Color Hex Logo

#95eaff Color Hex

#95EAFF
(149,234,255)
0 Favorites   0 Comments

Color spaces of #95eaff

RGB 149234255
HSL0.531.000.79
HSV192°42°100°
CMYK 0.420.080.00   0.00
XYZ59.867272.4552105.4377
Yxy72.45520.25180.3047
Hunter Lab85.1206-23.4181-13.8572
CIE-Lab88.1872-20.4816-18.2347

#95eaff color RGB value is (149,234,255).

#95eaff hex color red value is 149, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #95eaff hue: 0.53 , saturation: 1.00 and the lightness value of 95eaff is 0.79.

The process color (four color CMYK) of #95eaff color hex is 0.42, 0.08, 0.00, 0.00. Web safe color of #95eaff is #99ffff. Color #95eaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101010 11111111
Octal 225 352 377
Decimal 149 234 255
Hex 95 EA FF

RGB Percentages of Color #95eaff

%23.35
%36.68
%39.97

CMYK Percentages of Color #95eaff

%42
%8
%0
%0

Triadic Colors of #95eaff

#95eaff #ff95ea #eaff95

Analogous Colors of #95eaff

#95eaff #95b5ff #95ffdf

Monochromatic Colors of #95eaff

#95eaff

Complementary Color

#95eaff #ffaa95

#95eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eaff Color CSS Codes

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

#95eaff Text Font Color

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

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


#95eaff Background Color

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

This div background color is #95eaff


#95eaff Border Color

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

This div border color is #95eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eaff

Related Colors


Comments

No comments written yet.

Please login to write comment.