Color Hex Logo

#9dfcfd Color Hex

#9DFCFD
(157,252,253)
0 Favorites   0 Comments

Color spaces of #9dfcfd

RGB 157252253
HSL0.500.960.80
HSV181°38°99°
CMYK 0.380.000.00   0.01
XYZ66.444783.8808105.6171
Yxy83.88080.25960.3277
Hunter Lab91.5865-30.7770-4.2624
CIE-Lab93.3987-27.7904-9.3616

#9dfcfd color RGB value is (157,252,253).

#9dfcfd hex color red value is 157, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9dfcfd hue: 0.50 , saturation: 0.96 and the lightness value of 9dfcfd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11111100 11111101
Octal 235 374 375
Decimal 157 252 253
Hex 9D FC FD

RGB Percentages of Color #9dfcfd

%23.72
%38.07
%38.22

CMYK Percentages of Color #9dfcfd

%38
%0
%0
%1

Triadic Colors of #9dfcfd

#9dfcfd #fd9dfc #fcfd9d

Analogous Colors of #9dfcfd

#9dfcfd #9dccfd #9dfdce

Monochromatic Colors of #9dfcfd

#9dfcfd

Complementary Color

#9dfcfd #fd9e9d

#9dfcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dfcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dfcfd Color CSS Codes

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

#9dfcfd Text Font Color

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

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


#9dfcfd Background Color

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

This div background color is #9dfcfd


#9dfcfd Border Color

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

This div border color is #9dfcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dfcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.