Color Hex Logo

#95beec Color Hex

#95BEEC
(149,190,236)
0 Favorites   0 Comments

Color spaces of #95beec

RGB 149190236
HSL0.590.700.75
HSV212°37°93°
CMYK 0.370.190.00   0.07
XYZ45.948249.272686.4457
Yxy49.27260.25290.2712
Hunter Lab70.1944-5.9969-23.8806
CIE-Lab75.6206-2.5004-27.2264

#95beec color RGB value is (149,190,236).

#95beec hex color red value is 149, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #95beec hue: 0.59 , saturation: 0.70 and the lightness value of 95beec is 0.75.

The process color (four color CMYK) of #95beec color hex is 0.37, 0.19, 0.00, 0.07. Web safe color of #95beec is #99ccff. Color #95beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111110 11101100
Octal 225 276 354
Decimal 149 190 236
Hex 95 BE EC

RGB Percentages of Color #95beec

%25.91
%33.04
%41.04

CMYK Percentages of Color #95beec

%37
%19
%0
%7

Triadic Colors of #95beec

#95beec #ec95be #beec95

Analogous Colors of #95beec

#95beec #9895ec #95eaec

Monochromatic Colors of #95beec

#95beec

Complementary Color

#95beec #ecc395

#95beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#95beec Color CSS Codes

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

#95beec Text Font Color

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

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


#95beec Background Color

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

This div background color is #95beec


#95beec Border Color

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

This div border color is #95beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95beec


Comments

No comments written yet.

Please login to write comment.