Color Hex Logo

#5fcbdd Color Hex

#5FCBDD
(95,203,221)
0 Favorites   0 Comments

Color spaces of #5fcbdd

RGB 95203221
HSL0.520.650.62
HSV189°57°87°
CMYK 0.570.080.00   0.13
XYZ39.126450.365276.0659
Yxy50.36520.23630.3042
Hunter Lab70.9684-25.7840-13.8707
CIE-Lab76.2929-25.8676-18.3369

#5fcbdd color RGB value is (95,203,221).

#5fcbdd hex color red value is 95, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5fcbdd hue: 0.52 , saturation: 0.65 and the lightness value of 5fcbdd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11011101
Octal 137 313 335
Decimal 95 203 221
Hex 5F CB DD

RGB Percentages of Color #5fcbdd

%18.30
%39.11
%42.58

CMYK Percentages of Color #5fcbdd

%57
%8
%0
%13

Triadic Colors of #5fcbdd

#5fcbdd #dd5fcb #cbdd5f

Analogous Colors of #5fcbdd

#5fcbdd #5f8cdd #5fddb0

Monochromatic Colors of #5fcbdd

#5fcbdd

Complementary Color

#5fcbdd #dd715f

#5fcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbdd Color CSS Codes

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

#5fcbdd Text Font Color

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

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


#5fcbdd Background Color

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

This div background color is #5fcbdd


#5fcbdd Border Color

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

This div border color is #5fcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbdd


Comments

No comments written yet.

Please login to write comment.