Color Hex Logo

#afcaed Color Hex

#AFCAED
(175,202,237)
0 Favorites   0 Comments

Color spaces of #afcaed

RGB 175202237
HSL0.590.630.81
HSV214°26°93°
CMYK 0.260.150.00   0.07
XYZ54.085857.469488.3628
Yxy57.46940.27050.2875
Hunter Lab75.8086-5.3138-16.0427
CIE-Lab80.4429-1.3671-20.2711

#afcaed color RGB value is (175,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11101101
Octal 257 312 355
Decimal 175 202 237
Hex AF CA ED

RGB Percentages of Color #afcaed

%28.50
%32.90
%38.60

CMYK Percentages of Color #afcaed

%26
%15
%0
%7

Triadic Colors of #afcaed

#afcaed #edafca #caedaf

Analogous Colors of #afcaed

#afcaed #b3afed #afe9ed

Monochromatic Colors of #afcaed

#afcaed

Complementary Color

#afcaed #edd2af

#afcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaed Color CSS Codes

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

#afcaed Text Font Color

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

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


#afcaed Background Color

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

This div background color is #afcaed


#afcaed Border Color

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

This div border color is #afcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaed


Comments

No comments written yet.

Please login to write comment.