Color Hex Logo

#95dfeb Color Hex

#95DFEB
(149,223,235)
0 Favorites   0 Comments

Color spaces of #95dfeb

RGB 149223235
HSL0.520.680.75
HSV188°37°92°
CMYK 0.370.050.00   0.08
XYZ53.777565.163188.3406
Yxy65.16310.25940.3144
Hunter Lab80.7237-22.3511-8.3779
CIE-Lab84.5677-19.9353-13.1437

#95dfeb color RGB value is (149,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 11101011
Octal 225 337 353
Decimal 149 223 235
Hex 95 DF EB

RGB Percentages of Color #95dfeb

%24.55
%36.74
%38.71

CMYK Percentages of Color #95dfeb

%37
%5
%0
%8

Triadic Colors of #95dfeb

#95dfeb #eb95df #dfeb95

Analogous Colors of #95dfeb

#95dfeb #95b4eb #95ebcc

Monochromatic Colors of #95dfeb

#95dfeb

Complementary Color

#95dfeb #eba195

#95dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfeb Color CSS Codes

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

#95dfeb Text Font Color

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

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


#95dfeb Background Color

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

This div background color is #95dfeb


#95dfeb Border Color

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

This div border color is #95dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfeb


Comments

No comments written yet.

Please login to write comment.