Color Hex Logo

#5ccbdf Color Hex

#5CCBDF
(92,203,223)
0 Favorites   0 Comments

Color spaces of #5ccbdf

RGB 92203223
HSL0.530.670.62
HSV189°59°87°
CMYK 0.590.090.00   0.13
XYZ39.088950.314977.4636
Yxy50.31490.23430.3015
Hunter Lab70.9330-25.7671-15.0956
CIE-Lab76.2621-25.8540-19.4702

#5ccbdf color RGB value is (92,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11011111
Octal 134 313 337
Decimal 92 203 223
Hex 5C CB DF

RGB Percentages of Color #5ccbdf

%17.76
%39.19
%43.05

CMYK Percentages of Color #5ccbdf

%59
%9
%0
%13

Triadic Colors of #5ccbdf

#5ccbdf #df5ccb #cbdf5c

Analogous Colors of #5ccbdf

#5ccbdf #5c8adf #5cdfb2

Monochromatic Colors of #5ccbdf

#5ccbdf

Complementary Color

#5ccbdf #df705c

#5ccbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbdf Color CSS Codes

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

#5ccbdf Text Font Color

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

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


#5ccbdf Background Color

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

This div background color is #5ccbdf


#5ccbdf Border Color

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

This div border color is #5ccbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbdf


Comments

No comments written yet.

Please login to write comment.