Color Hex Logo

#afcaeb Color Hex

#AFCAEB
(175,202,235)
0 Favorites   0 Comments

Color spaces of #afcaeb

RGB 175202235
HSL0.590.600.80
HSV213°26°92°
CMYK 0.260.140.00   0.08
XYZ53.795157.353286.8322
Yxy57.35320.27170.2897
Hunter Lab75.7319-5.7358-14.9680
CIE-Lab80.3778-1.8304-19.2998

#afcaeb color RGB value is (175,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11101011
Octal 257 312 353
Decimal 175 202 235
Hex AF CA EB

RGB Percentages of Color #afcaeb

%28.59
%33.01
%38.40

CMYK Percentages of Color #afcaeb

%26
%14
%0
%8

Triadic Colors of #afcaeb

#afcaeb #ebafca #caebaf

Analogous Colors of #afcaeb

#afcaeb #b2afeb #afe8eb

Monochromatic Colors of #afcaeb

#afcaeb

Complementary Color

#afcaeb #ebd0af

#afcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaeb Color CSS Codes

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

#afcaeb Text Font Color

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

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


#afcaeb Background Color

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

This div background color is #afcaeb


#afcaeb Border Color

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

This div border color is #afcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaeb


Comments

No comments written yet.

Please login to write comment.