Color Hex Logo

#95efcc Color Hex

#95EFCC
(149,239,204)
0 Favorites   0 Comments

Color spaces of #95efcc

RGB 149239204
HSL0.440.740.76
HSV157°38°94°
CMYK 0.380.000.15   0.06
XYZ54.160072.482268.2627
Yxy72.48220.27790.3719
Hunter Lab85.1365-35.435212.0566
CIE-Lab88.2002-34.61438.4815

#95efcc color RGB value is (149,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11001100
Octal 225 357 314
Decimal 149 239 204
Hex 95 EF CC

RGB Percentages of Color #95efcc

%25.17
%40.37
%34.46

CMYK Percentages of Color #95efcc

%38
%0
%15
%6

Triadic Colors of #95efcc

#95efcc #cc95ef #efcc95

Analogous Colors of #95efcc

#95efcc #95e5ef #95ef9f

Monochromatic Colors of #95efcc

#95efcc

Complementary Color

#95efcc #ef95b8

#95efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efcc Color CSS Codes

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

#95efcc Text Font Color

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

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


#95efcc Background Color

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

This div background color is #95efcc


#95efcc Border Color

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

This div border color is #95efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efcc


Comments

No comments written yet.

Please login to write comment.