Color Hex Logo

#05cbeb Color Hex

#05CBEB
(5,203,235)
0 Favorites   0 Comments

Color spaces of #05cbeb

RGB 5203235
HSL0.520.960.47
HSV188°98°92°
CMYK 0.980.140.00   0.08
XYZ36.413948.742386.0863
Yxy48.74230.21260.2846
Hunter Lab69.8157-29.0769-24.2366
CIE-Lab75.2907-30.3499-27.5381

#05cbeb color RGB value is (5,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001011 11101011
Octal 5 313 353
Decimal 5 203 235
Hex 5 CB EB

RGB Percentages of Color #05cbeb

%1.13
%45.82
%53.05

CMYK Percentages of Color #05cbeb

%98
%14
%0
%8

Triadic Colors of #05cbeb

#05cbeb #eb05cb #cbeb05

Analogous Colors of #05cbeb

#05cbeb #0558eb #05eb98

Monochromatic Colors of #05cbeb

#05cbeb

Complementary Color

#05cbeb #eb2505

#05cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cbeb Color CSS Codes

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

#05cbeb Text Font Color

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

This sample text font color is #05cbeb
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.


#05cbeb Background Color

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

This div background color is #05cbeb


#05cbeb Border Color

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

This div border color is #05cbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,203,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 #05cbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cbeb


Comments

No comments written yet.

Please login to write comment.