Color Hex Logo

#5fccea Color Hex

#5FCCEA
(95,204,234)
0 Favorites   0 Comments

Color spaces of #5fccea

RGB 95204234
HSL0.540.770.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ41.163551.559185.6243
Yxy51.55910.23080.2891
Hunter Lab71.8047-23.3294-20.4378
CIE-Lab77.0165-22.6403-24.2313

#5fccea color RGB value is (95,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 11101010
Octal 137 314 352
Decimal 95 204 234
Hex 5F CC EA

RGB Percentages of Color #5fccea

%17.82
%38.27
%43.90

CMYK Percentages of Color #5fccea

%59
%13
%0
%8

Triadic Colors of #5fccea

#5fccea #ea5fcc #ccea5f

Analogous Colors of #5fccea

#5fccea #5f87ea #5feac3

Monochromatic Colors of #5fccea

#5fccea

Complementary Color

#5fccea #ea7d5f

#5fccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccea Color CSS Codes

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

#5fccea Text Font Color

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

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


#5fccea Background Color

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

This div background color is #5fccea


#5fccea Border Color

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

This div border color is #5fccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccea


Comments

No comments written yet.

Please login to write comment.