Color Hex Logo

#9de4fe Color Hex

#9DE4FE
(157,228,254)
0 Favorites   0 Comments

Color spaces of #9de4fe

RGB 157228254
HSL0.540.980.81
HSV196°38°100°
CMYK 0.380.100.00   0.00
XYZ59.537469.8107104.1028
Yxy69.81070.25500.2990
Hunter Lab83.5528-19.0233-15.3856
CIE-Lab86.9039-15.7386-19.6087

#9de4fe color RGB value is (157,228,254).

#9de4fe hex color red value is 157, green value is 228 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9de4fe hue: 0.54 , saturation: 0.98 and the lightness value of 9de4fe is 0.81.

The process color (four color CMYK) of #9de4fe color hex is 0.38, 0.10, 0.00, 0.00. Web safe color of #9de4fe is #99ccff. Color #9de4fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100100 11111110
Octal 235 344 376
Decimal 157 228 254
Hex 9D E4 FE

RGB Percentages of Color #9de4fe

%24.57
%35.68
%39.75

CMYK Percentages of Color #9de4fe

%38
%10
%0
%0

Triadic Colors of #9de4fe

#9de4fe #fe9de4 #e4fe9d

Analogous Colors of #9de4fe

#9de4fe #9db4fe #9dfee8

Monochromatic Colors of #9de4fe

#9de4fe

Complementary Color

#9de4fe #feb79d

#9de4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de4fe Color CSS Codes

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

#9de4fe Text Font Color

<p style="color:#9de4fe">Text here</p>

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


#9de4fe Background Color

<div style="background-color:#9de4fe">
Div content here</div>

This div background color is #9de4fe


#9de4fe Border Color

<div style="border:3px solid #9de4fe">
Div here</div>

This div border color is #9de4fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,228,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9de4fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9de4fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9de4fe;
  box-shadow:         1px 1px 3px 2px #9de4fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,228,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de4fe


Comments

No comments written yet.

Please login to write comment.