Color Hex Logo

#5ccbdb Color Hex

#5CCBDB
(92,203,219)
0 Favorites   0 Comments

Color spaces of #5ccbdb

RGB 92203219
HSL0.520.640.61
HSV188°58°86°
CMYK 0.580.070.00   0.14
XYZ38.555850.101774.6563
Yxy50.10170.23610.3068
Hunter Lab70.7826-26.6392-12.9870
CIE-Lab76.1316-26.9896-17.5118

#5ccbdb color RGB value is (92,203,219).

#5ccbdb hex color red value is 92, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5ccbdb hue: 0.52 , saturation: 0.64 and the lightness value of 5ccbdb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 11011011
Octal 134 313 333
Decimal 92 203 219
Hex 5C CB DB

RGB Percentages of Color #5ccbdb

%17.90
%39.49
%42.61

CMYK Percentages of Color #5ccbdb

%58
%7
%0
%14

Triadic Colors of #5ccbdb

#5ccbdb #db5ccb #cbdb5c

Analogous Colors of #5ccbdb

#5ccbdb #5c8cdb #5cdbac

Monochromatic Colors of #5ccbdb

#5ccbdb

Complementary Color

#5ccbdb #db6c5c

#5ccbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccbdb Color CSS Codes

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

#5ccbdb Text Font Color

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

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


#5ccbdb Background Color

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

This div background color is #5ccbdb


#5ccbdb Border Color

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

This div border color is #5ccbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccbdb


Comments

No comments written yet.

Please login to write comment.