Color Hex Logo

#99cffe Color Hex

#99CFFE
(153,207,254)
0 Favorites   0 Comments

Color spaces of #99cffe

RGB 153207254
HSL0.580.980.80
HSV208°40°100°
CMYK 0.400.190.00   0.00
XYZ53.339158.5537102.2567
Yxy58.55370.24910.2734
Hunter Lab76.5204-9.4859-25.6669
CIE-Lab81.0457-5.8808-28.5376

#99cffe color RGB value is (153,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 11111110
Octal 231 317 376
Decimal 153 207 254
Hex 99 CF FE

RGB Percentages of Color #99cffe

%24.92
%33.71
%41.37

CMYK Percentages of Color #99cffe

%40
%19
%0
%0

Triadic Colors of #99cffe

#99cffe #fe99cf #cffe99

Analogous Colors of #99cffe

#99cffe #999dfe #99fefb

Monochromatic Colors of #99cffe

#99cffe

Complementary Color

#99cffe #fec899

#99cffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cffe Color CSS Codes

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

#99cffe Text Font Color

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

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


#99cffe Background Color

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

This div background color is #99cffe


#99cffe Border Color

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

This div border color is #99cffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cffe


Comments

No comments written yet.

Please login to write comment.