Color Hex Logo

#5fcbea Color Hex

#5FCBEA
(95,203,234)
0 Favorites   0 Comments

Color spaces of #5fcbea

RGB 95203234
HSL0.540.770.65
HSV193°59°92°
CMYK 0.590.130.00   0.08
XYZ40.926551.085385.5453
Yxy51.08530.23050.2877
Hunter Lab71.4740-22.8691-20.9308
CIE-Lab76.7307-22.1358-24.6673

#5fcbea color RGB value is (95,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11101010
Octal 137 313 352
Decimal 95 203 234
Hex 5F CB EA

RGB Percentages of Color #5fcbea

%17.86
%38.16
%43.98

CMYK Percentages of Color #5fcbea

%59
%13
%0
%8

Triadic Colors of #5fcbea

#5fcbea #ea5fcb #cbea5f

Analogous Colors of #5fcbea

#5fcbea #5f86ea #5feac4

Monochromatic Colors of #5fcbea

#5fcbea

Complementary Color

#5fcbea #ea7e5f

#5fcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbea Color CSS Codes

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

#5fcbea Text Font Color

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

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


#5fcbea Background Color

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

This div background color is #5fcbea


#5fcbea Border Color

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

This div border color is #5fcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbea


Comments

No comments written yet.

Please login to write comment.