Color Hex Logo

#95fcea Color Hex

#95FCEA
(149,252,234)
0 Favorites   0 Comments

Color spaces of #95fcea

RGB 149252234
HSL0.470.940.79
HSV170°41°99°
CMYK 0.410.000.07   0.01
XYZ62.056181.950990.3893
Yxy81.95090.26470.3496
Hunter Lab90.5267-36.06004.1687
CIE-Lab92.5532-34.1391-0.8066

#95fcea color RGB value is (149,252,234).

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

The process color (four color CMYK) of #95fcea color hex is 0.41, 0.00, 0.07, 0.01. Web safe color of #95fcea is #99ffff. Color #95fcea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111100 11101010
Octal 225 374 352
Decimal 149 252 234
Hex 95 FC EA

RGB Percentages of Color #95fcea

%23.46
%39.69
%36.85

CMYK Percentages of Color #95fcea

%41
%0
%7
%1

Triadic Colors of #95fcea

#95fcea #ea95fc #fcea95

Analogous Colors of #95fcea

#95fcea #95dbfc #95fcb7

Monochromatic Colors of #95fcea

#95fcea

Complementary Color

#95fcea #fc95a7

#95fcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fcea Color CSS Codes

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

#95fcea Text Font Color

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

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


#95fcea Background Color

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

This div background color is #95fcea


#95fcea Border Color

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

This div border color is #95fcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fcea


Comments

No comments written yet.

Please login to write comment.