Color Hex Logo

#95bfea Color Hex

#95BFEA
(149,191,234)
0 Favorites   0 Comments

Color spaces of #95bfea

RGB 149191234
HSL0.580.670.75
HSV210°36°92°
CMYK 0.360.180.00   0.08
XYZ45.876549.591784.9961
Yxy49.59170.25420.2748
Hunter Lab70.4214-6.9523-22.2660
CIE-Lab75.8180-3.5553-25.8451

#95bfea color RGB value is (149,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11101010
Octal 225 277 352
Decimal 149 191 234
Hex 95 BF EA

RGB Percentages of Color #95bfea

%25.96
%33.28
%40.77

CMYK Percentages of Color #95bfea

%36
%18
%0
%8

Triadic Colors of #95bfea

#95bfea #ea95bf #bfea95

Analogous Colors of #95bfea

#95bfea #9695ea #95eaea

Monochromatic Colors of #95bfea

#95bfea

Complementary Color

#95bfea #eac095

#95bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bfea Color CSS Codes

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

#95bfea Text Font Color

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

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


#95bfea Background Color

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

This div background color is #95bfea


#95bfea Border Color

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

This div border color is #95bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bfea


Comments

No comments written yet.

Please login to write comment.