Color Hex Logo

#abc4da Color Hex

#ABC4DA
(171,196,218)
0 Favorites   0 Comments

Color spaces of #abc4da

RGB 171196218
HSL0.580.390.76
HSV208°22°85°
CMYK 0.220.100.00   0.15
XYZ49.189453.199774.0057
Yxy53.19970.27890.3016
Hunter Lab72.9381-7.2615-9.1011
CIE-Lab77.9928-3.7070-13.7892

#abc4da color RGB value is (171,196,218).

#abc4da hex color red value is 171, green value is 196 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #abc4da hue: 0.58 , saturation: 0.39 and the lightness value of abc4da is 0.76.

The process color (four color CMYK) of #abc4da color hex is 0.22, 0.10, 0.00, 0.15. Web safe color of #abc4da is #99cccc. Color #abc4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 11011010
Octal 253 304 332
Decimal 171 196 218
Hex AB C4 DA

RGB Percentages of Color #abc4da

%29.23
%33.50
%37.26

CMYK Percentages of Color #abc4da

%22
%10
%0
%15

Triadic Colors of #abc4da

#abc4da #daabc4 #c4daab

Analogous Colors of #abc4da

#abc4da #abadda #abdad9

Monochromatic Colors of #abc4da

#abc4da

Complementary Color

#abc4da #dac1ab

#abc4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc4da Color CSS Codes

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

#abc4da Text Font Color

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

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


#abc4da Background Color

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

This div background color is #abc4da


#abc4da Border Color

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

This div border color is #abc4da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,196,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc4da


Comments

No comments written yet.

Please login to write comment.