Color Hex Logo

#afdbea Color Hex

#AFDBEA
(175,219,234)
0 Favorites   0 Comments

Color spaces of #afdbea

RGB 175219234
HSL0.540.580.80
HSV195°25°92°
CMYK 0.250.060.00   0.08
XYZ57.862065.717587.4770
Yxy65.71750.27420.3114
Hunter Lab81.0663-14.4597-7.2322
CIE-Lab84.8521-10.9457-12.0435

#afdbea color RGB value is (175,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11101010
Octal 257 333 352
Decimal 175 219 234
Hex AF DB EA

RGB Percentages of Color #afdbea

%27.87
%34.87
%37.26

CMYK Percentages of Color #afdbea

%25
%6
%0
%8

Triadic Colors of #afdbea

#afdbea #eaafdb #dbeaaf

Analogous Colors of #afdbea

#afdbea #afbeea #afeadc

Monochromatic Colors of #afdbea

#afdbea

Complementary Color

#afdbea #eabeaf

#afdbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbea Color CSS Codes

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

#afdbea Text Font Color

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

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


#afdbea Background Color

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

This div background color is #afdbea


#afdbea Border Color

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

This div border color is #afdbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbea


Comments

No comments written yet.

Please login to write comment.