Color Hex Logo

#95ccea Color Hex

#95CCEA
(149,204,234)
0 Favorites   0 Comments

Color spaces of #95ccea

RGB 149204234
HSL0.560.670.75
HSV201°36°92°
CMYK 0.360.130.00   0.08
XYZ48.838655.515885.9835
Yxy55.51580.25660.2917
Hunter Lab74.5089-13.3887-16.2646
CIE-Lab79.3374-10.4596-20.4874

#95ccea color RGB value is (149,204,234).

#95ccea hex color red value is 149, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #95ccea hue: 0.56 , saturation: 0.67 and the lightness value of 95ccea is 0.75.

The process color (four color CMYK) of #95ccea color hex is 0.36, 0.13, 0.00, 0.08. Web safe color of #95ccea is #99ccff. Color #95ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001100 11101010
Octal 225 314 352
Decimal 149 204 234
Hex 95 CC EA

RGB Percentages of Color #95ccea

%25.38
%34.75
%39.86

CMYK Percentages of Color #95ccea

%36
%13
%0
%8

Triadic Colors of #95ccea

#95ccea #ea95cc #ccea95

Analogous Colors of #95ccea

#95ccea #95a2ea #95eade

Monochromatic Colors of #95ccea

#95ccea

Complementary Color

#95ccea #eab395

#95ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ccea Color CSS Codes

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

#95ccea Text Font Color

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

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


#95ccea Background Color

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

This div background color is #95ccea


#95ccea Border Color

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

This div border color is #95ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ccea


Comments

No comments written yet.

Please login to write comment.