Color Hex Logo

#9dddfe Color Hex

#9DDDFE
(157,221,254)
0 Favorites   0 Comments

Color spaces of #9dddfe

RGB 157221254
HSL0.560.980.81
HSV200°38°100°
CMYK 0.380.130.00   0.00
XYZ57.650566.0368103.4738
Yxy66.03680.25380.2907
Hunter Lab81.2630-15.5769-18.6110
CIE-Lab85.0152-12.1655-22.4675

#9dddfe color RGB value is (157,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11011101 11111110
Octal 235 335 376
Decimal 157 221 254
Hex 9D DD FE

RGB Percentages of Color #9dddfe

%24.84
%34.97
%40.19

CMYK Percentages of Color #9dddfe

%38
%13
%0
%0

Triadic Colors of #9dddfe

#9dddfe #fe9ddd #ddfe9d

Analogous Colors of #9dddfe

#9dddfe #9dadfe #9dfeef

Monochromatic Colors of #9dddfe

#9dddfe

Complementary Color

#9dddfe #febe9d

#9dddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dddfe Color CSS Codes

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

#9dddfe Text Font Color

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

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


#9dddfe Background Color

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

This div background color is #9dddfe


#9dddfe Border Color

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

This div border color is #9dddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.