Color Hex Logo

#05cfeb Color Hex

#05CFEB
(5,207,235)
0 Favorites   0 Comments

Color spaces of #05cfeb

RGB 5207235
HSL0.520.960.47
HSV187°98°92°
CMYK 0.980.120.00   0.08
XYZ37.370850.656186.4052
Yxy50.65610.21420.2904
Hunter Lab71.1731-30.8281-22.1578
CIE-Lab76.4702-32.2804-25.7326

#05cfeb color RGB value is (5,207,235).

#05cfeb hex color red value is 5, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #05cfeb hue: 0.52 , saturation: 0.96 and the lightness value of 05cfeb is 0.47.

The process color (four color CMYK) of #05cfeb color hex is 0.98, 0.12, 0.00, 0.08. Web safe color of #05cfeb is #00ccff. Color #05cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001111 11101011
Octal 5 317 353
Decimal 5 207 235
Hex 5 CF EB

RGB Percentages of Color #05cfeb

%1.12
%46.31
%52.57

CMYK Percentages of Color #05cfeb

%98
%12
%0
%8

Triadic Colors of #05cfeb

#05cfeb #eb05cf #cfeb05

Analogous Colors of #05cfeb

#05cfeb #055ceb #05eb94

Monochromatic Colors of #05cfeb

#05cfeb

Complementary Color

#05cfeb #eb2105

#05cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cfeb Color CSS Codes

.mybgcolor {background-color:#05cfeb; } 
.myforecolor {color:#05cfeb; }
.mybordercolor {border:3px solid #05cfeb; }

#05cfeb Text Font Color

<p style="color:#05cfeb">Text here</p>

This sample text font color is #05cfeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#05cfeb Background Color

<div style="background-color:#05cfeb">
Div content here</div>

This div background color is #05cfeb


#05cfeb Border Color

<div style="border:3px solid #05cfeb">
Div here</div>

This div border color is #05cfeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,207,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05cfeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #05cfeb;
  box-shadow:         1px 1px 3px 2px #05cfeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,207,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #05cfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #05cfeb;
  -webkit-box-shadow: 1px 1px 3px 2px #05cfeb;
  box-shadow:         1px 1px 3px 2px #05cfeb;">
Div content here</div>

This div box has shadow with color #05cfeb


Comments

No comments written yet.

Please login to write comment.