Color Hex Logo

#95caea Color Hex

#95CAEA
(149,202,234)
0 Favorites   0 Comments

Color spaces of #95caea

RGB 149202234
HSL0.560.670.75
HSV203°36°92°
CMYK 0.360.140.00   0.08
XYZ48.366254.571185.8260
Yxy54.57110.25620.2891
Hunter Lab73.8723-12.4076-17.1735
CIE-Lab78.7936-9.4108-21.3122

#95caea color RGB value is (149,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 11101010
Octal 225 312 352
Decimal 149 202 234
Hex 95 CA EA

RGB Percentages of Color #95caea

%25.47
%34.53
%40.00

CMYK Percentages of Color #95caea

%36
%14
%0
%8

Triadic Colors of #95caea

#95caea #ea95ca #caea95

Analogous Colors of #95caea

#95caea #95a0ea #95eae0

Monochromatic Colors of #95caea

#95caea

Complementary Color

#95caea #eab595

#95caea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95caea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95caea Color CSS Codes

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

#95caea Text Font Color

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

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


#95caea Background Color

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

This div background color is #95caea


#95caea Border Color

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

This div border color is #95caea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95caea


Comments

No comments written yet.

Please login to write comment.