Color Hex Logo

#afdbef Color Hex

#AFDBEF
(175,219,239)
0 Favorites   0 Comments

Color spaces of #afdbef

RGB 175219239
HSL0.550.670.81
HSV199°27°94°
CMYK 0.270.080.00   0.06
XYZ58.590766.009091.3143
Yxy66.00900.27140.3057
Hunter Lab81.2459-13.4546-9.7653
CIE-Lab85.0010-9.8160-14.4666

#afdbef color RGB value is (175,219,239).

#afdbef hex color red value is 175, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afdbef hue: 0.55 , saturation: 0.67 and the lightness value of afdbef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11101111
Octal 257 333 357
Decimal 175 219 239
Hex AF DB EF

RGB Percentages of Color #afdbef

%27.65
%34.60
%37.76

CMYK Percentages of Color #afdbef

%27
%8
%0
%6

Triadic Colors of #afdbef

#afdbef #efafdb #dbefaf

Analogous Colors of #afdbef

#afdbef #afbbef #afefe3

Monochromatic Colors of #afdbef

#afdbef

Complementary Color

#afdbef #efc3af

#afdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbef Color CSS Codes

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

#afdbef Text Font Color

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

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


#afdbef Background Color

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

This div background color is #afdbef


#afdbef Border Color

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

This div border color is #afdbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,219,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbef


Comments

No comments written yet.

Please login to write comment.