Color Hex Logo

#5feeef Color Hex

#5FEEEF
(95,238,239)
0 Favorites   0 Comments

Color spaces of #5feeef

RGB 95238239
HSL0.500.820.65
HSV180°60°94°
CMYK 0.600.000.00   0.06
XYZ50.873869.814092.4555
Yxy69.81400.23870.3275
Hunter Lab83.5548-37.5380-7.1176
CIE-Lab86.9056-37.5934-11.9654

#5feeef color RGB value is (95,238,239).

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

The process color (four color CMYK) of #5feeef color hex is 0.60, 0.00, 0.00, 0.06. Web safe color of #5feeef is #66ffff. Color #5feeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11101111
Octal 137 356 357
Decimal 95 238 239
Hex 5F EE EF

RGB Percentages of Color #5feeef

%16.61
%41.61
%41.78

CMYK Percentages of Color #5feeef

%60
%0
%0
%6

Triadic Colors of #5feeef

#5feeef #ef5fee #eeef5f

Analogous Colors of #5feeef

#5feeef #5fa6ef #5fefa8

Monochromatic Colors of #5feeef

#5feeef

Complementary Color

#5feeef #ef605f

#5feeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feeef Color CSS Codes

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

#5feeef Text Font Color

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

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


#5feeef Background Color

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

This div background color is #5feeef


#5feeef Border Color

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

This div border color is #5feeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feeef


Comments

No comments written yet.

Please login to write comment.