Color Hex Logo

#5cbdda Color Hex

#5CBDDA
(92,189,218)
0 Favorites   0 Comments

Color spaces of #5cbdda

RGB 92189218
HSL0.540.630.61
HSV194°58°85°
CMYK 0.580.130.00   0.15
XYZ35.266143.732572.9122
Yxy43.73250.23220.2879
Hunter Lab66.1306-20.5380-19.0788
CIE-Lab72.0493-20.2348-23.1661

#5cbdda color RGB value is (92,189,218).

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

The process color (four color CMYK) of #5cbdda color hex is 0.58, 0.13, 0.00, 0.15. Web safe color of #5cbdda is #66cccc. Color #5cbdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 11011010
Octal 134 275 332
Decimal 92 189 218
Hex 5C BD DA

RGB Percentages of Color #5cbdda

%18.44
%37.88
%43.69

CMYK Percentages of Color #5cbdda

%58
%13
%0
%15

Triadic Colors of #5cbdda

#5cbdda #da5cbd #bdda5c

Analogous Colors of #5cbdda

#5cbdda #5c7eda #5cdab8

Monochromatic Colors of #5cbdda

#5cbdda

Complementary Color

#5cbdda #da795c

#5cbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbdda Color CSS Codes

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

#5cbdda Text Font Color

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

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


#5cbdda Background Color

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

This div background color is #5cbdda


#5cbdda Border Color

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

This div border color is #5cbdda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,189,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbdda


Comments

No comments written yet.

Please login to write comment.