Color Hex Logo

#95c4ea Color Hex

#95C4EA
(149,196,234)
0 Favorites   0 Comments

Color spaces of #95c4ea

RGB 149196234
HSL0.570.670.75
HSV207°36°92°
CMYK 0.360.160.00   0.08
XYZ46.985651.809985.3658
Yxy51.80990.25510.2813
Hunter Lab71.9791-9.4444-19.9314
CIE-Lab77.1670-6.2347-23.7857

#95c4ea color RGB value is (149,196,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11000100 11101010
Octal 225 304 352
Decimal 149 196 234
Hex 95 C4 EA

RGB Percentages of Color #95c4ea

%25.73
%33.85
%40.41

CMYK Percentages of Color #95c4ea

%36
%16
%0
%8

Triadic Colors of #95c4ea

#95c4ea #ea95c4 #c4ea95

Analogous Colors of #95c4ea

#95c4ea #959aea #95eae6

Monochromatic Colors of #95c4ea

#95c4ea

Complementary Color

#95c4ea #eabb95

#95c4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c4ea Color CSS Codes

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

#95c4ea Text Font Color

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

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


#95c4ea Background Color

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

This div background color is #95c4ea


#95c4ea Border Color

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

This div border color is #95c4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c4ea


Comments

No comments written yet.

Please login to write comment.