Color Hex Logo

#95efeb Color Hex

#95EFEB
(149,239,235)
0 Favorites   0 Comments

Color spaces of #95efeb

RGB 149239235
HSL0.490.740.76
HSV177°38°94°
CMYK 0.380.000.02   0.06
XYZ58.256374.120789.8336
Yxy74.12070.26220.3336
Hunter Lab86.0934-29.8789-1.6004
CIE-Lab88.9795-27.7758-6.5822

#95efeb color RGB value is (149,239,235).

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

The process color (four color CMYK) of #95efeb color hex is 0.38, 0.00, 0.02, 0.06. Web safe color of #95efeb is #99ffff. Color #95efeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11101011
Octal 225 357 353
Decimal 149 239 235
Hex 95 EF EB

RGB Percentages of Color #95efeb

%23.92
%38.36
%37.72

CMYK Percentages of Color #95efeb

%38
%0
%2
%6

Triadic Colors of #95efeb

#95efeb #eb95ef #efeb95

Analogous Colors of #95efeb

#95efeb #95c6ef #95efbe

Monochromatic Colors of #95efeb

#95efeb

Complementary Color

#95efeb #ef9599

#95efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efeb Color CSS Codes

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

#95efeb Text Font Color

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

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


#95efeb Background Color

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

This div background color is #95efeb


#95efeb Border Color

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

This div border color is #95efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efeb


Comments

No comments written yet.

Please login to write comment.