Color Hex Logo

#afdeeb Color Hex

#AFDEEB
(175,222,235)
0 Favorites   0 Comments

Color spaces of #afdeeb

RGB 175222235
HSL0.540.600.80
HSV193°26°92°
CMYK 0.260.060.00   0.08
XYZ58.795967.354788.4991
Yxy67.35470.27390.3138
Hunter Lab82.0699-15.7427-6.4857
CIE-Lab85.6828-12.2583-11.3327

#afdeeb color RGB value is (175,222,235).

#afdeeb hex color red value is 175, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afdeeb hue: 0.54 , saturation: 0.60 and the lightness value of afdeeb is 0.80.

The process color (four color CMYK) of #afdeeb color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #afdeeb is #99ccff. Color #afdeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11101011
Octal 257 336 353
Decimal 175 222 235
Hex AF DE EB

RGB Percentages of Color #afdeeb

%27.69
%35.13
%37.18

CMYK Percentages of Color #afdeeb

%26
%6
%0
%8

Triadic Colors of #afdeeb

#afdeeb #ebafde #deebaf

Analogous Colors of #afdeeb

#afdeeb #afc0eb #afebda

Monochromatic Colors of #afdeeb

#afdeeb

Complementary Color

#afdeeb #ebbcaf

#afdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeeb Color CSS Codes

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

#afdeeb Text Font Color

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

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


#afdeeb Background Color

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

This div background color is #afdeeb


#afdeeb Border Color

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

This div border color is #afdeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,222,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #afdeeb;
  box-shadow:         1px 1px 3px 2px #afdeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,222,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 #afdeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeeb

#afdeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.