Color Hex Logo

#95eceb Color Hex

#95ECEB
(149,236,235)
0 Favorites   0 Comments

Color spaces of #95eceb

RGB 149236235
HSL0.500.700.75
HSV179°37°93°
CMYK 0.370.000.00   0.07
XYZ57.385372.378689.5432
Yxy72.37860.26170.3300
Hunter Lab85.0756-28.4803-2.8506
CIE-Lab88.1505-26.3299-7.8091

#95eceb color RGB value is (149,236,235).

#95eceb hex color red value is 149, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #95eceb hue: 0.50 , saturation: 0.70 and the lightness value of 95eceb is 0.75.

The process color (four color CMYK) of #95eceb color hex is 0.37, 0.00, 0.00, 0.07. Web safe color of #95eceb is #99ffff. Color #95eceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 11101011
Octal 225 354 353
Decimal 149 236 235
Hex 95 EC EB

RGB Percentages of Color #95eceb

%24.03
%38.06
%37.90

CMYK Percentages of Color #95eceb

%37
%0
%0
%7

Triadic Colors of #95eceb

#95eceb #eb95ec #eceb95

Analogous Colors of #95eceb

#95eceb #95c2ec #95ecc0

Monochromatic Colors of #95eceb

#95eceb

Complementary Color

#95eceb #ec9596

#95eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eceb Color CSS Codes

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

#95eceb Text Font Color

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

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


#95eceb Background Color

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

This div background color is #95eceb


#95eceb Border Color

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

This div border color is #95eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eceb


Comments

No comments written yet.

Please login to write comment.