Color Hex Logo

#99cdfd Color Hex

#99CDFD
(153,205,253)
0 Favorites   0 Comments

Color spaces of #99cdfd

RGB 153205253
HSL0.580.960.80
HSV209°40°99°
CMYK 0.400.190.00   0.01
XYZ52.697857.5268101.2548
Yxy57.52680.24920.2720
Hunter Lab75.8464-8.7101-26.0595
CIE-Lab80.4750-5.0806-28.8797

#99cdfd color RGB value is (153,205,253).

#99cdfd hex color red value is 153, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #99cdfd hue: 0.58 , saturation: 0.96 and the lightness value of 99cdfd is 0.80.

The process color (four color CMYK) of #99cdfd color hex is 0.40, 0.19, 0.00, 0.01. Web safe color of #99cdfd is #99ccff. Color #99cdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001101 11111101
Octal 231 315 375
Decimal 153 205 253
Hex 99 CD FD

RGB Percentages of Color #99cdfd

%25.04
%33.55
%41.41

CMYK Percentages of Color #99cdfd

%40
%19
%0
%1

Triadic Colors of #99cdfd

#99cdfd #fd99cd #cdfd99

Analogous Colors of #99cdfd

#99cdfd #999bfd #99fdfb

Monochromatic Colors of #99cdfd

#99cdfd

Complementary Color

#99cdfd #fdc999

#99cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cdfd Color CSS Codes

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

#99cdfd Text Font Color

<p style="color:#99cdfd">Text here</p>

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


#99cdfd Background Color

<div style="background-color:#99cdfd">
Div content here</div>

This div background color is #99cdfd


#99cdfd Border Color

<div style="border:3px solid #99cdfd">
Div here</div>

This div border color is #99cdfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,205,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99cdfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99cdfd;
  -webkit-box-shadow: 1px 1px 3px 2px #99cdfd;
  box-shadow:         1px 1px 3px 2px #99cdfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,205,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 #99cdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.