Color Hex Logo

#9deffe Color Hex

#9DEFFE
(157,239,254)
0 Favorites   0 Comments

Color spaces of #9deffe

RGB 157239254
HSL0.530.980.81
HSV189°38°100°
CMYK 0.380.060.00   0.00
XYZ62.660576.0569105.1438
Yxy76.05690.25700.3119
Hunter Lab87.2106-24.3670-10.4344
CIE-Lab89.8858-21.2379-15.1222

#9deffe color RGB value is (157,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11101111 11111110
Octal 235 357 376
Decimal 157 239 254
Hex 9D EF FE

RGB Percentages of Color #9deffe

%24.15
%36.77
%39.08

CMYK Percentages of Color #9deffe

%38
%6
%0
%0

Triadic Colors of #9deffe

#9deffe #fe9def #effe9d

Analogous Colors of #9deffe

#9deffe #9dbffe #9dfedd

Monochromatic Colors of #9deffe

#9deffe

Complementary Color

#9deffe #feac9d

#9deffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9deffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9deffe Color CSS Codes

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

#9deffe Text Font Color

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

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


#9deffe Background Color

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

This div background color is #9deffe


#9deffe Border Color

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

This div border color is #9deffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9deffe

Related Colors


Comments

No comments written yet.

Please login to write comment.