Color Hex Logo

#95d6ea Color Hex

#95D6EA
(149,214,234)
0 Favorites   0 Comments

Color spaces of #95d6ea

RGB 149214234
HSL0.540.670.75
HSV194°36°92°
CMYK 0.360.090.00   0.08
XYZ51.292360.423286.8014
Yxy60.42320.25840.3044
Hunter Lab77.7324-18.2470-11.7947
CIE-Lab82.0677-15.6304-16.3644

#95d6ea color RGB value is (149,214,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11010110 11101010
Octal 225 326 352
Decimal 149 214 234
Hex 95 D6 EA

RGB Percentages of Color #95d6ea

%24.96
%35.85
%39.20

CMYK Percentages of Color #95d6ea

%36
%9
%0
%8

Triadic Colors of #95d6ea

#95d6ea #ea95d6 #d6ea95

Analogous Colors of #95d6ea

#95d6ea #95acea #95ead4

Monochromatic Colors of #95d6ea

#95d6ea

Complementary Color

#95d6ea #eaa995

#95d6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95d6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95d6ea Color CSS Codes

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

#95d6ea Text Font Color

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

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


#95d6ea Background Color

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

This div background color is #95d6ea


#95d6ea Border Color

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

This div border color is #95d6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95d6ea

#95d6ea Color Palettes


Comments

No comments written yet.

Please login to write comment.