Color Hex Logo

#5cbddf Color Hex

#5CBDDF
(92,189,223)
0 Favorites   0 Comments

Color spaces of #5cbddf

RGB 92189223
HSL0.540.670.62
HSV196°59°87°
CMYK 0.590.150.00   0.13
XYZ35.930543.998276.4108
Yxy43.99820.22980.2814
Hunter Lab66.3311-19.3889-21.8679
CIE-Lab72.2273-18.7596-25.6143

#5cbddf color RGB value is (92,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111101 11011111
Octal 134 275 337
Decimal 92 189 223
Hex 5C BD DF

RGB Percentages of Color #5cbddf

%18.25
%37.50
%44.25

CMYK Percentages of Color #5cbddf

%59
%15
%0
%13

Triadic Colors of #5cbddf

#5cbddf #df5cbd #bddf5c

Analogous Colors of #5cbddf

#5cbddf #5c7cdf #5cdfc0

Monochromatic Colors of #5cbddf

#5cbddf

Complementary Color

#5cbddf #df7e5c

#5cbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbddf Color CSS Codes

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

#5cbddf Text Font Color

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

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


#5cbddf Background Color

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

This div background color is #5cbddf


#5cbddf Border Color

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

This div border color is #5cbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbddf


Comments

No comments written yet.

Please login to write comment.