Color Hex Logo

#abcaed Color Hex

#ABCAED
(171,202,237)
0 Favorites   0 Comments

Color spaces of #abcaed

RGB 171202237
HSL0.590.650.80
HSV212°28°93°
CMYK 0.280.150.00   0.07
XYZ53.201257.013488.3215
Yxy57.01340.26800.2872
Hunter Lab75.5072-6.3693-16.4970
CIE-Lab80.1871-2.5360-20.6830

#abcaed color RGB value is (171,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11101101
Octal 253 312 355
Decimal 171 202 237
Hex AB CA ED

RGB Percentages of Color #abcaed

%28.03
%33.11
%38.85

CMYK Percentages of Color #abcaed

%28
%15
%0
%7

Triadic Colors of #abcaed

#abcaed #edabca #caedab

Analogous Colors of #abcaed

#abcaed #adabed #abebed

Monochromatic Colors of #abcaed

#abcaed

Complementary Color

#abcaed #edceab

#abcaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaed Color CSS Codes

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

#abcaed Text Font Color

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

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


#abcaed Background Color

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

This div background color is #abcaed


#abcaed Border Color

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

This div border color is #abcaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaed


Comments

No comments written yet.

Please login to write comment.