Color Hex Logo

#95e5ef Color Hex

#95E5EF
(149,229,239)
0 Favorites   0 Comments

Color spaces of #95e5ef

RGB 149229239
HSL0.520.740.76
HSV187°38°94°
CMYK 0.380.040.00   0.06
XYZ55.993768.660291.9629
Yxy68.66020.25850.3170
Hunter Lab82.8615-24.3860-7.7994
CIE-Lab86.3355-21.9506-12.6113

#95e5ef color RGB value is (149,229,239).

#95e5ef hex color red value is 149, green value is 229 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #95e5ef hue: 0.52 , saturation: 0.74 and the lightness value of 95e5ef is 0.76.

The process color (four color CMYK) of #95e5ef color hex is 0.38, 0.04, 0.00, 0.06. Web safe color of #95e5ef is #99ccff. Color #95e5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11100101 11101111
Octal 225 345 357
Decimal 149 229 239
Hex 95 E5 EF

RGB Percentages of Color #95e5ef

%24.15
%37.12
%38.74

CMYK Percentages of Color #95e5ef

%38
%4
%0
%6

Triadic Colors of #95e5ef

#95e5ef #ef95e5 #e5ef95

Analogous Colors of #95e5ef

#95e5ef #95b8ef #95efcc

Monochromatic Colors of #95e5ef

#95e5ef

Complementary Color

#95e5ef #ef9f95

#95e5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e5ef Color CSS Codes

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

#95e5ef Text Font Color

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

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


#95e5ef Background Color

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

This div background color is #95e5ef


#95e5ef Border Color

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

This div border color is #95e5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e5ef


Comments

No comments written yet.

Please login to write comment.