Color Hex Logo

#5cc3dd Color Hex

#5CC3DD
(92,195,221)
0 Favorites   0 Comments

Color spaces of #5cc3dd

RGB 92195221
HSL0.530.650.61
HSV192°58°87°
CMYK 0.580.120.00   0.13
XYZ36.979946.526075.4380
Yxy46.52600.23270.2927
Hunter Lab68.2100-22.5940-17.8258
CIE-Lab73.8856-22.4213-21.9978

#5cc3dd color RGB value is (92,195,221).

#5cc3dd hex color red value is 92, green value is 195 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5cc3dd hue: 0.53 , saturation: 0.65 and the lightness value of 5cc3dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000011 11011101
Octal 134 303 335
Decimal 92 195 221
Hex 5C C3 DD

RGB Percentages of Color #5cc3dd

%18.11
%38.39
%43.50

CMYK Percentages of Color #5cc3dd

%58
%12
%0
%13

Triadic Colors of #5cc3dd

#5cc3dd #dd5cc3 #c3dd5c

Analogous Colors of #5cc3dd

#5cc3dd #5c83dd #5cddb7

Monochromatic Colors of #5cc3dd

#5cc3dd

Complementary Color

#5cc3dd #dd765c

#5cc3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc3dd Color CSS Codes

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

#5cc3dd Text Font Color

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

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


#5cc3dd Background Color

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

This div background color is #5cc3dd


#5cc3dd Border Color

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

This div border color is #5cc3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc3dd


Comments

No comments written yet.

Please login to write comment.