Color Hex Logo

#95efca Color Hex

#95EFCA
(149,239,202)
0 Favorites   0 Comments

Color spaces of #95efca

RGB 149239202
HSL0.430.740.76
HSV155°38°94°
CMYK 0.380.000.15   0.06
XYZ53.921672.386867.0072
Yxy72.38680.27890.3744
Hunter Lab85.0804-35.762412.8610
CIE-Lab88.1544-35.02639.4585

#95efca color RGB value is (149,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11001010
Octal 225 357 312
Decimal 149 239 202
Hex 95 EF CA

RGB Percentages of Color #95efca

%25.25
%40.51
%34.24

CMYK Percentages of Color #95efca

%38
%0
%15
%6

Triadic Colors of #95efca

#95efca #ca95ef #efca95

Analogous Colors of #95efca

#95efca #95e7ef #95ef9d

Monochromatic Colors of #95efca

#95efca

Complementary Color

#95efca #ef95ba

#95efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efca Color CSS Codes

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

#95efca Text Font Color

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

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


#95efca Background Color

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

This div background color is #95efca


#95efca Border Color

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

This div border color is #95efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efca


Comments

No comments written yet.

Please login to write comment.