Color Hex Logo

#95dfed Color Hex

#95DFED
(149,223,237)
0 Favorites   0 Comments

Color spaces of #95dfed

RGB 149223237
HSL0.530.710.76
HSV190°37°93°
CMYK 0.370.060.00   0.07
XYZ54.068265.279389.8712
Yxy65.27930.25840.3120
Hunter Lab80.7956-21.9406-9.3930
CIE-Lab84.6275-19.4490-14.1119

#95dfed color RGB value is (149,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011111 11101101
Octal 225 337 355
Decimal 149 223 237
Hex 95 DF ED

RGB Percentages of Color #95dfed

%24.47
%36.62
%38.92

CMYK Percentages of Color #95dfed

%37
%6
%0
%7

Triadic Colors of #95dfed

#95dfed #ed95df #dfed95

Analogous Colors of #95dfed

#95dfed #95b3ed #95edcf

Monochromatic Colors of #95dfed

#95dfed

Complementary Color

#95dfed #eda395

#95dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dfed Color CSS Codes

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

#95dfed Text Font Color

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

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


#95dfed Background Color

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

This div background color is #95dfed


#95dfed Border Color

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

This div border color is #95dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dfed


Comments

No comments written yet.

Please login to write comment.