Color Hex Logo

#5fcdee Color Hex

#5FCDEE
(95,205,238)
2 Favorites   0 Comments

Color spaces of #5fcdee

RGB 95205238
HSL0.540.810.65
HSV194°60°93°
CMYK 0.600.140.00   0.07
XYZ41.983352.268688.7650
Yxy52.26860.22940.2856
Hunter Lab72.2970-22.8638-22.1873
CIE-Lab77.4412-21.9761-25.7291

#5fcdee color RGB value is (95,205,238).

#5fcdee hex color red value is 95, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5fcdee hue: 0.54 , saturation: 0.81 and the lightness value of 5fcdee is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001101 11101110
Octal 137 315 356
Decimal 95 205 238
Hex 5F CD EE

RGB Percentages of Color #5fcdee

%17.66
%38.10
%44.24

CMYK Percentages of Color #5fcdee

%60
%14
%0
%7

Triadic Colors of #5fcdee

#5fcdee #ee5fcd #cdee5f

Analogous Colors of #5fcdee

#5fcdee #5f86ee #5feec8

Monochromatic Colors of #5fcdee

#5fcdee

Complementary Color

#5fcdee #ee805f

#5fcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcdee Color CSS Codes

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

#5fcdee Text Font Color

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

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


#5fcdee Background Color

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

This div background color is #5fcdee


#5fcdee Border Color

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

This div border color is #5fcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcdee


Comments

No comments written yet.

Please login to write comment.