Color Hex Logo

#95bcea Color Hex

#95BCEA
(149,188,234)
0 Favorites   0 Comments

Color spaces of #95bcea

RGB 149188234
HSL0.590.670.75
HSV212°36°92°
CMYK 0.360.200.00   0.08
XYZ45.228948.296584.7802
Yxy48.29650.25370.2709
Hunter Lab69.4957-5.4468-23.6830
CIE-Lab75.0116-1.9337-27.0794

#95bcea color RGB value is (149,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 11101010
Octal 225 274 352
Decimal 149 188 234
Hex 95 BC EA

RGB Percentages of Color #95bcea

%26.09
%32.92
%40.98

CMYK Percentages of Color #95bcea

%36
%20
%0
%8

Triadic Colors of #95bcea

#95bcea #ea95bc #bcea95

Analogous Colors of #95bcea

#95bcea #9995ea #95e7ea

Monochromatic Colors of #95bcea

#95bcea

Complementary Color

#95bcea #eac395

#95bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bcea Color CSS Codes

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

#95bcea Text Font Color

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

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


#95bcea Background Color

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

This div background color is #95bcea


#95bcea Border Color

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

This div border color is #95bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bcea


Comments

No comments written yet.

Please login to write comment.