Color Hex Logo

#afdbed Color Hex

#AFDBED
(175,219,237)
0 Favorites   0 Comments

Color spaces of #afdbed

RGB 175219237
HSL0.550.630.81
HSV197°26°93°
CMYK 0.260.080.00   0.07
XYZ58.296865.891489.7665
Yxy65.89140.27250.3080
Hunter Lab81.1735-13.8594-8.7449
CIE-Lab84.9410-10.2700-13.4984

#afdbed color RGB value is (175,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11101101
Octal 257 333 355
Decimal 175 219 237
Hex AF DB ED

RGB Percentages of Color #afdbed

%27.73
%34.71
%37.56

CMYK Percentages of Color #afdbed

%26
%8
%0
%7

Triadic Colors of #afdbed

#afdbed #edafdb #dbedaf

Analogous Colors of #afdbed

#afdbed #afbced #afede0

Monochromatic Colors of #afdbed

#afdbed

Complementary Color

#afdbed #edc1af

#afdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbed Color CSS Codes

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

#afdbed Text Font Color

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

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


#afdbed Background Color

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

This div background color is #afdbed


#afdbed Border Color

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

This div border color is #afdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbed


Comments

No comments written yet.

Please login to write comment.