Color Hex Logo

#5fcbdc Color Hex

#5FCBDC
(95,203,220)
0 Favorites   0 Comments

Color spaces of #5fcbdc

RGB 95203220
HSL0.520.640.62
HSV188°57°86°
CMYK 0.570.080.00   0.14
XYZ38.993550.312175.3662
Yxy50.31210.23680.3055
Hunter Lab70.9310-26.0010-13.3456
CIE-Lab76.2604-26.1494-17.8470

#5fcbdc color RGB value is (95,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11011100
Octal 137 313 334
Decimal 95 203 220
Hex 5F CB DC

RGB Percentages of Color #5fcbdc

%18.34
%39.19
%42.47

CMYK Percentages of Color #5fcbdc

%57
%8
%0
%14

Triadic Colors of #5fcbdc

#5fcbdc #dc5fcb #cbdc5f

Analogous Colors of #5fcbdc

#5fcbdc #5f8ddc #5fdcaf

Monochromatic Colors of #5fcbdc

#5fcbdc

Complementary Color

#5fcbdc #dc705f

#5fcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbdc Color CSS Codes

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

#5fcbdc Text Font Color

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

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


#5fcbdc Background Color

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

This div background color is #5fcbdc


#5fcbdc Border Color

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

This div border color is #5fcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbdc


Comments

No comments written yet.

Please login to write comment.