Color Hex Logo

#99eefd Color Hex

#99EEFD
(153,238,253)
0 Favorites   0 Comments

Color spaces of #99eefd

RGB 153238253
HSL0.530.960.80
HSV189°40°99°
CMYK 0.400.060.00   0.01
XYZ61.441075.0132104.1692
Yxy75.01320.25530.3117
Hunter Lab86.6102-24.9404-10.6831
CIE-Lab89.3992-21.9822-15.3484

#99eefd color RGB value is (153,238,253).

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

The process color (four color CMYK) of #99eefd color hex is 0.40, 0.06, 0.00, 0.01. Web safe color of #99eefd is #99ffff. Color #99eefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11111101
Octal 231 356 375
Decimal 153 238 253
Hex 99 EE FD

RGB Percentages of Color #99eefd

%23.76
%36.96
%39.29

CMYK Percentages of Color #99eefd

%40
%6
%0
%1

Triadic Colors of #99eefd

#99eefd #fd99ee #eefd99

Analogous Colors of #99eefd

#99eefd #99bcfd #99fdda

Monochromatic Colors of #99eefd

#99eefd

Complementary Color

#99eefd #fda899

#99eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eefd Color CSS Codes

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

#99eefd Text Font Color

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

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


#99eefd Background Color

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

This div background color is #99eefd


#99eefd Border Color

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

This div border color is #99eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eefd


Comments

No comments written yet.

Please login to write comment.