Color Hex Logo

#95dceb Color Hex

#95DCEB
(149,220,235)
0 Favorites   0 Comments

Color spaces of #95dceb

RGB 149220235
HSL0.530.680.75
HSV190°37°92°
CMYK 0.370.060.00   0.08
XYZ52.983063.574188.0758
Yxy63.57410.25890.3107
Hunter Lab79.7334-20.9197-9.6801
CIE-Lab83.7435-18.4294-14.3782

#95dceb color RGB value is (149,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011100 11101011
Octal 225 334 353
Decimal 149 220 235
Hex 95 DC EB

RGB Percentages of Color #95dceb

%24.67
%36.42
%38.91

CMYK Percentages of Color #95dceb

%37
%6
%0
%8

Triadic Colors of #95dceb

#95dceb #eb95dc #dceb95

Analogous Colors of #95dceb

#95dceb #95b1eb #95ebcf

Monochromatic Colors of #95dceb

#95dceb

Complementary Color

#95dceb #eba495

#95dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dceb Color CSS Codes

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

#95dceb Text Font Color

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

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


#95dceb Background Color

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

This div background color is #95dceb


#95dceb Border Color

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

This div border color is #95dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dceb


Comments

No comments written yet.

Please login to write comment.