Color Hex Logo

#afbdec Color Hex

#AFBDEC
(175,189,236)
0 Favorites   0 Comments

Color spaces of #afbdec

RGB 175189236
HSL0.630.620.81
HSV226°26°93°
CMYK 0.260.200.00   0.07
XYZ51.017151.565386.6211
Yxy51.56530.26960.2725
Hunter Lab71.80901.1506-21.2535
CIE-Lab77.02025.3968-24.9385

#afbdec color RGB value is (175,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11101100
Octal 257 275 354
Decimal 175 189 236
Hex AF BD EC

RGB Percentages of Color #afbdec

%29.17
%31.50
%39.33

CMYK Percentages of Color #afbdec

%26
%20
%0
%7

Triadic Colors of #afbdec

#afbdec #ecafbd #bdecaf

Analogous Colors of #afbdec

#afbdec #c0afec #afdcec

Monochromatic Colors of #afbdec

#afbdec

Complementary Color

#afbdec #ecdeaf

#afbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdec Color CSS Codes

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

#afbdec Text Font Color

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

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


#afbdec Background Color

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

This div background color is #afbdec


#afbdec Border Color

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

This div border color is #afbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdec


Comments

No comments written yet.

Please login to write comment.