Color Hex Logo

#9dd5f2 Color Hex

#9DD5F2
(157,213,242)
0 Favorites   0 Comments

Color spaces of #9dd5f2

RGB 157213242
HSL0.560.770.78
HSV200°35°95°
CMYK 0.350.120.00   0.05
XYZ53.725961.167492.9792
Yxy61.16740.25850.2943
Hunter Lab78.2096-14.2466-15.7400
CIE-Lab82.4687-11.0199-19.9721

#9dd5f2 color RGB value is (157,213,242).

#9dd5f2 hex color red value is 157, green value is 213 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #9dd5f2 hue: 0.56 , saturation: 0.77 and the lightness value of 9dd5f2 is 0.78.

The process color (four color CMYK) of #9dd5f2 color hex is 0.35, 0.12, 0.00, 0.05. Web safe color of #9dd5f2 is #99ccff. Color #9dd5f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11010101 11110010
Octal 235 325 362
Decimal 157 213 242
Hex 9D D5 F2

RGB Percentages of Color #9dd5f2

%25.65
%34.80
%39.54

CMYK Percentages of Color #9dd5f2

%35
%12
%0
%5

Triadic Colors of #9dd5f2

#9dd5f2 #f29dd5 #d5f29d

Analogous Colors of #9dd5f2

#9dd5f2 #9dabf2 #9df2e5

Monochromatic Colors of #9dd5f2

#9dd5f2

Complementary Color

#9dd5f2 #f2ba9d

#9dd5f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dd5f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dd5f2 Color CSS Codes

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

#9dd5f2 Text Font Color

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

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


#9dd5f2 Background Color

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

This div background color is #9dd5f2


#9dd5f2 Border Color

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

This div border color is #9dd5f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dd5f2


Comments

No comments written yet.

Please login to write comment.