Color Hex Logo

#9de7fe Color Hex

#9DE7FE
(157,231,254)
0 Favorites   0 Comments

Color spaces of #9de7fe

RGB 157231254
HSL0.540.980.81
HSV194°38°100°
CMYK 0.380.090.00   0.00
XYZ60.369971.4757104.3803
Yxy71.47570.25560.3026
Hunter Lab84.5433-20.4891-14.0213
CIE-Lab87.7156-17.2524-18.3842

#9de7fe color RGB value is (157,231,254).

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

The process color (four color CMYK) of #9de7fe color hex is 0.38, 0.09, 0.00, 0.00. Web safe color of #9de7fe is #99ffff. Color #9de7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11100111 11111110
Octal 235 347 376
Decimal 157 231 254
Hex 9D E7 FE

RGB Percentages of Color #9de7fe

%24.45
%35.98
%39.56

CMYK Percentages of Color #9de7fe

%38
%9
%0
%0

Triadic Colors of #9de7fe

#9de7fe #fe9de7 #e7fe9d

Analogous Colors of #9de7fe

#9de7fe #9db7fe #9dfee5

Monochromatic Colors of #9de7fe

#9de7fe

Complementary Color

#9de7fe #feb49d

#9de7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9de7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9de7fe Color CSS Codes

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

#9de7fe Text Font Color

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

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


#9de7fe Background Color

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

This div background color is #9de7fe


#9de7fe Border Color

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

This div border color is #9de7fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,231,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 #9de7fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9de7fe


Comments

No comments written yet.

Please login to write comment.