Color Hex Logo

#05cbce Color Hex

#05CBCE
(5,203,206)
0 Favorites   0 Comments

Color spaces of #05cbce

RGB 5203206
HSL0.500.950.41
HSV181°98°81°
CMYK 0.980.010.00   0.19
XYZ32.559147.200465.7871
Yxy47.20040.22370.3243
Hunter Lab68.7025-35.6358-8.6822
CIE-Lab74.3178-39.4512-13.3589

#05cbce color RGB value is (5,203,206).

#05cbce hex color red value is 5, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #05cbce hue: 0.50 , saturation: 0.95 and the lightness value of 05cbce is 0.41.

The process color (four color CMYK) of #05cbce color hex is 0.98, 0.01, 0.00, 0.19. Web safe color of #05cbce is #00cccc. Color #05cbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 11001011 11001110
Octal 5 313 316
Decimal 5 203 206
Hex 5 CB CE

RGB Percentages of Color #05cbce

%1.21
%49.03
%49.76

CMYK Percentages of Color #05cbce

%98
%1
%0
%19

Triadic Colors of #05cbce

#05cbce #ce05cb #cbce05

Analogous Colors of #05cbce

#05cbce #0567ce #05ce6d

Monochromatic Colors of #05cbce

#05cbce

Complementary Color

#05cbce #ce0805

#05cbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05cbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#05cbce Color CSS Codes

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

#05cbce Text Font Color

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

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


#05cbce Background Color

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

This div background color is #05cbce


#05cbce Border Color

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

This div border color is #05cbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05cbce


Comments

No comments written yet.

Please login to write comment.