Color Hex Logo

#95eeca Color Hex

#95EECA
(149,238,202)
0 Favorites   0 Comments

Color spaces of #95eeca

RGB 149238202
HSL0.430.720.76
HSV156°37°93°
CMYK 0.370.000.15   0.07
XYZ53.629671.802966.9099
Yxy71.80290.27880.3733
Hunter Lab84.7366-35.316812.4989
CIE-Lab87.8736-34.56449.0568

#95eeca color RGB value is (149,238,202).

#95eeca hex color red value is 149, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #95eeca hue: 0.43 , saturation: 0.72 and the lightness value of 95eeca is 0.76.

The process color (four color CMYK) of #95eeca color hex is 0.37, 0.00, 0.15, 0.07. Web safe color of #95eeca is #99ffcc. Color #95eeca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101110 11001010
Octal 225 356 312
Decimal 149 238 202
Hex 95 EE CA

RGB Percentages of Color #95eeca

%25.30
%40.41
%34.30

CMYK Percentages of Color #95eeca

%37
%0
%15
%7

Triadic Colors of #95eeca

#95eeca #ca95ee #eeca95

Analogous Colors of #95eeca

#95eeca #95e6ee #95ee9e

Monochromatic Colors of #95eeca

#95eeca

Complementary Color

#95eeca #ee95b9

#95eeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eeca Color CSS Codes

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

#95eeca Text Font Color

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

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


#95eeca Background Color

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

This div background color is #95eeca


#95eeca Border Color

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

This div border color is #95eeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eeca


Comments

No comments written yet.

Please login to write comment.