Color Hex Logo

#afbcea Color Hex

#AFBCEA
(175,188,234)
0 Favorites   0 Comments

Color spaces of #afbcea

RGB 175188234
HSL0.630.580.80
HSV227°25°92°
CMYK 0.250.200.00   0.08
XYZ50.513751.020985.0276
Yxy51.02090.27080.2735
Hunter Lab71.42891.2325-20.5774
CIE-Lab76.69175.4718-24.3615

#afbcea color RGB value is (175,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11101010
Octal 257 274 352
Decimal 175 188 234
Hex AF BC EA

RGB Percentages of Color #afbcea

%29.31
%31.49
%39.20

CMYK Percentages of Color #afbcea

%25
%20
%0
%8

Triadic Colors of #afbcea

#afbcea #eaafbc #bceaaf

Analogous Colors of #afbcea

#afbcea #c0afea #afdaea

Monochromatic Colors of #afbcea

#afbcea

Complementary Color

#afbcea #eaddaf

#afbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcea Color CSS Codes

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

#afbcea Text Font Color

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

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


#afbcea Background Color

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

This div background color is #afbcea


#afbcea Border Color

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

This div border color is #afbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcea


Comments

No comments written yet.

Please login to write comment.