Color Hex Logo

#99cfda Color Hex

#99CFDA
(153,207,218)
0 Favorites   0 Comments

Color spaces of #99cfda

RGB 153207218
HSL0.530.470.73
HSV190°30°85°
CMYK 0.300.050.00   0.15
XYZ48.104656.459974.6921
Yxy56.45990.26840.3150
Hunter Lab75.1398-17.2187-6.3389
CIE-Lab79.8748-14.7924-11.0862

#99cfda color RGB value is (153,207,218).

#99cfda hex color red value is 153, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #99cfda hue: 0.53 , saturation: 0.47 and the lightness value of 99cfda is 0.73.

The process color (four color CMYK) of #99cfda color hex is 0.30, 0.05, 0.00, 0.15. Web safe color of #99cfda is #99cccc. Color #99cfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 11011010
Octal 231 317 332
Decimal 153 207 218
Hex 99 CF DA

RGB Percentages of Color #99cfda

%26.47
%35.81
%37.72

CMYK Percentages of Color #99cfda

%30
%5
%0
%15

Triadic Colors of #99cfda

#99cfda #da99cf #cfda99

Analogous Colors of #99cfda

#99cfda #99afda #99dac5

Monochromatic Colors of #99cfda

#99cfda

Complementary Color

#99cfda #daa499

#99cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cfda Color CSS Codes

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

#99cfda Text Font Color

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

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


#99cfda Background Color

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

This div background color is #99cfda


#99cfda Border Color

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

This div border color is #99cfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,207,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cfda


Comments

No comments written yet.

Please login to write comment.