Color Hex Logo

#95ffea Color Hex

#95FFEA
(149,255,234)
0 Favorites   0 Comments

Color spaces of #95ffea

RGB 149255234
HSL0.471.000.79
HSV168°42°100°
CMYK 0.420.000.08   0.00
XYZ63.005783.850190.7058
Yxy83.85010.26520.3530
Hunter Lab91.5697-37.42785.3682
CIE-Lab93.3854-35.52480.4090

#95ffea color RGB value is (149,255,234).

#95ffea hex color red value is 149, green value is 255 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #95ffea hue: 0.47 , saturation: 1.00 and the lightness value of 95ffea is 0.79.

The process color (four color CMYK) of #95ffea color hex is 0.42, 0.00, 0.08, 0.00. Web safe color of #95ffea is #99ffff. Color #95ffea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111111 11101010
Octal 225 377 352
Decimal 149 255 234
Hex 95 FF EA

RGB Percentages of Color #95ffea

%23.35
%39.97
%36.68

CMYK Percentages of Color #95ffea

%42
%0
%8
%0

Triadic Colors of #95ffea

#95ffea #ea95ff #ffea95

Analogous Colors of #95ffea

#95ffea #95dfff #95ffb5

Monochromatic Colors of #95ffea

#95ffea

Complementary Color

#95ffea #ff95aa

#95ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ffea Color CSS Codes

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

#95ffea Text Font Color

<p style="color:#95ffea">Text here</p>

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


#95ffea Background Color

<div style="background-color:#95ffea">
Div content here</div>

This div background color is #95ffea


#95ffea Border Color

<div style="border:3px solid #95ffea">
Div here</div>

This div border color is #95ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.