Color Hex Logo

#5feaeb Color Hex

#5FEAEB
(95,234,235)
0 Favorites   0 Comments

Color spaces of #5feaeb

RGB 95234235
HSL0.500.780.65
HSV180°60°92°
CMYK 0.600.000.00   0.08
XYZ49.137567.276788.9931
Yxy67.27670.23920.3275
Hunter Lab82.0224-36.6044-6.9131
CIE-Lab85.6435-36.8255-11.7471

#5feaeb color RGB value is (95,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11101011
Octal 137 352 353
Decimal 95 234 235
Hex 5F EA EB

RGB Percentages of Color #5feaeb

%16.84
%41.49
%41.67

CMYK Percentages of Color #5feaeb

%60
%0
%0
%8

Triadic Colors of #5feaeb

#5feaeb #eb5fea #eaeb5f

Analogous Colors of #5feaeb

#5feaeb #5fa4eb #5feba6

Monochromatic Colors of #5feaeb

#5feaeb

Complementary Color

#5feaeb #eb605f

#5feaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feaeb Color CSS Codes

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

#5feaeb Text Font Color

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

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


#5feaeb Background Color

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

This div background color is #5feaeb


#5feaeb Border Color

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

This div border color is #5feaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feaeb


Comments

No comments written yet.

Please login to write comment.