Color Hex Logo

#95efed Color Hex

#95EFED
(149,239,237)
0 Favorites   0 Comments

Color spaces of #95efed

RGB 149239237
HSL0.500.740.76
HSV179°38°94°
CMYK 0.380.000.01   0.06
XYZ58.547074.237091.3642
Yxy74.23700.26120.3312
Hunter Lab86.1609-29.4894-2.5579
CIE-Lab89.0344-27.3070-7.5469

#95efed color RGB value is (149,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 11101101
Octal 225 357 355
Decimal 149 239 237
Hex 95 EF ED

RGB Percentages of Color #95efed

%23.84
%38.24
%37.92

CMYK Percentages of Color #95efed

%38
%0
%1
%6

Triadic Colors of #95efed

#95efed #ed95ef #efed95

Analogous Colors of #95efed

#95efed #95c4ef #95efc0

Monochromatic Colors of #95efed

#95efed

Complementary Color

#95efed #ef9597

#95efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efed Color CSS Codes

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

#95efed Text Font Color

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

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


#95efed Background Color

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

This div background color is #95efed


#95efed Border Color

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

This div border color is #95efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efed


Comments

No comments written yet.

Please login to write comment.