Color Hex Logo

#5fcceb Color Hex

#5FCCEB
(95,204,235)
0 Favorites   0 Comments

Color spaces of #5fcceb

RGB 95204235
HSL0.540.780.65
HSV193°60°92°
CMYK 0.600.130.00   0.08
XYZ41.307651.616886.3832
Yxy51.61680.23040.2879
Hunter Lab71.8448-23.0989-20.9964
CIE-Lab77.0511-22.3489-24.7153

#5fcceb color RGB value is (95,204,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11101011
Octal 137 314 353
Decimal 95 204 235
Hex 5F CC EB

RGB Percentages of Color #5fcceb

%17.79
%38.20
%44.01

CMYK Percentages of Color #5fcceb

%60
%13
%0
%8

Triadic Colors of #5fcceb

#5fcceb #eb5fcc #cceb5f

Analogous Colors of #5fcceb

#5fcceb #5f86eb #5febc4

Monochromatic Colors of #5fcceb

#5fcceb

Complementary Color

#5fcceb #eb7e5f

#5fcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcceb Color CSS Codes

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

#5fcceb Text Font Color

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

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


#5fcceb Background Color

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

This div background color is #5fcceb


#5fcceb Border Color

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

This div border color is #5fcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcceb


Comments

No comments written yet.

Please login to write comment.