Color Hex Logo

#5cbdce Color Hex

#5CBDCE
(92,189,206)
0 Favorites   0 Comments

Color spaces of #5cbdce

RGB 92189206
HSL0.520.540.58
HSV189°55°81°
CMYK 0.550.080.00   0.19
XYZ33.751843.126764.9379
Yxy43.12670.23800.3041
Hunter Lab65.6709-23.1834-12.6586
CIE-Lab71.6409-23.6921-17.2436

#5cbdce color RGB value is (92,189,206).

#5cbdce hex color red value is 92, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5cbdce hue: 0.52 , saturation: 0.54 and the lightness value of 5cbdce is 0.58.

The process color (four color CMYK) of #5cbdce color hex is 0.55, 0.08, 0.00, 0.19. Web safe color of #5cbdce is #66cccc. Color #5cbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 11001110
Octal 134 275 316
Decimal 92 189 206
Hex 5C BD CE

RGB Percentages of Color #5cbdce

%18.89
%38.81
%42.30

CMYK Percentages of Color #5cbdce

%55
%8
%0
%19

Triadic Colors of #5cbdce

#5cbdce #ce5cbd #bdce5c

Analogous Colors of #5cbdce

#5cbdce #5c84ce #5ccea6

Monochromatic Colors of #5cbdce

#5cbdce

Complementary Color

#5cbdce #ce6d5c

#5cbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdce Color CSS Codes

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

#5cbdce Text Font Color

<p style="color:#5cbdce">Text here</p>

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


#5cbdce Background Color

<div style="background-color:#5cbdce">
Div content here</div>

This div background color is #5cbdce


#5cbdce Border Color

<div style="border:3px solid #5cbdce">
Div here</div>

This div border color is #5cbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdce


Comments

No comments written yet.

Please login to write comment.