Color Hex Logo

#afbeca Color Hex

#AFBECA
(175,190,202)
0 Favorites   0 Comments

Color spaces of #afbeca

RGB 175190202
HSL0.570.200.74
HSV207°13°79°
CMYK 0.130.060.00   0.21
XYZ46.753350.205163.1035
Yxy50.20510.29210.3137
Hunter Lab70.8556-6.2159-3.2044
CIE-Lab76.1950-2.6975-7.7913

#afbeca color RGB value is (175,190,202).

#afbeca hex color red value is 175, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afbeca hue: 0.57 , saturation: 0.20 and the lightness value of afbeca is 0.74.

The process color (four color CMYK) of #afbeca color hex is 0.13, 0.06, 0.00, 0.21. Web safe color of #afbeca is #99cccc. Color #afbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11001010
Octal 257 276 312
Decimal 175 190 202
Hex AF BE CA

RGB Percentages of Color #afbeca

%30.86
%33.51
%35.63

CMYK Percentages of Color #afbeca

%13
%6
%0
%21

Triadic Colors of #afbeca

#afbeca #caafbe #becaaf

Analogous Colors of #afbeca

#afbeca #afb1ca #afcac9

Monochromatic Colors of #afbeca

#afbeca

Complementary Color

#afbeca #cabbaf

#afbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeca Color CSS Codes

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

#afbeca Text Font Color

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

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


#afbeca Background Color

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

This div background color is #afbeca


#afbeca Border Color

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

This div border color is #afbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeca


Comments

No comments written yet.

Please login to write comment.