Color Hex Logo

#99dfeb Color Hex

#99DFEB
(153,223,235)
0 Favorites   0 Comments

Color spaces of #99dfeb

RGB 153223235
HSL0.520.670.76
HSV189°35°92°
CMYK 0.350.050.00   0.08
XYZ54.519965.545888.3754
Yxy65.54580.26160.3145
Hunter Lab80.9604-21.4761-8.0480
CIE-Lab84.7642-18.8879-12.8294

#99dfeb color RGB value is (153,223,235).

#99dfeb hex color red value is 153, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #99dfeb hue: 0.52 , saturation: 0.67 and the lightness value of 99dfeb is 0.76.

The process color (four color CMYK) of #99dfeb color hex is 0.35, 0.05, 0.00, 0.08. Web safe color of #99dfeb is #99ccff. Color #99dfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11101011
Octal 231 337 353
Decimal 153 223 235
Hex 99 DF EB

RGB Percentages of Color #99dfeb

%25.04
%36.50
%38.46

CMYK Percentages of Color #99dfeb

%35
%5
%0
%8

Triadic Colors of #99dfeb

#99dfeb #eb99df #dfeb99

Analogous Colors of #99dfeb

#99dfeb #99b6eb #99ebce

Monochromatic Colors of #99dfeb

#99dfeb

Complementary Color

#99dfeb #eba599

#99dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfeb Color CSS Codes

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

#99dfeb Text Font Color

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

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


#99dfeb Background Color

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

This div background color is #99dfeb


#99dfeb Border Color

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

This div border color is #99dfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfeb


Comments

No comments written yet.

Please login to write comment.