Color Hex Logo

#afdbec Color Hex

#AFDBEC
(175,219,236)
0 Favorites   0 Comments

Color spaces of #afdbec

RGB 175219236
HSL0.550.620.81
HSV197°26°93°
CMYK 0.260.070.00   0.07
XYZ58.151065.833188.9991
Yxy65.83310.27300.3091
Hunter Lab81.1376-14.0605-8.2383
CIE-Lab84.9112-10.4961-13.0138

#afdbec color RGB value is (175,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 11101100
Octal 257 333 354
Decimal 175 219 236
Hex AF DB EC

RGB Percentages of Color #afdbec

%27.78
%34.76
%37.46

CMYK Percentages of Color #afdbec

%26
%7
%0
%7

Triadic Colors of #afdbec

#afdbec #ecafdb #dbecaf

Analogous Colors of #afdbec

#afdbec #afbdec #afecdf

Monochromatic Colors of #afdbec

#afdbec

Complementary Color

#afdbec #ecc0af

#afdbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbec Color CSS Codes

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

#afdbec Text Font Color

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

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


#afdbec Background Color

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

This div background color is #afdbec


#afdbec Border Color

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

This div border color is #afdbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbec


Comments

No comments written yet.

Please login to write comment.