Color Hex Logo

#a8cfda Color Hex

#A8CFDA
(168,207,218)
0 Favorites   0 Comments

Color spaces of #a8cfda

RGB 168207218
HSL0.540.400.76
HSV193°23°85°
CMYK 0.230.050.00   0.15
XYZ51.116258.012474.8331
Yxy58.01240.27790.3154
Hunter Lab76.1659-13.4959-4.9364
CIE-Lab80.7457-10.3985-9.6957

#a8cfda color RGB value is (168,207,218).

#a8cfda hex color red value is 168, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a8cfda hue: 0.54 , saturation: 0.40 and the lightness value of a8cfda is 0.76.

The process color (four color CMYK) of #a8cfda color hex is 0.23, 0.05, 0.00, 0.15. Web safe color of #a8cfda is #99cccc. Color #a8cfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11011010
Octal 250 317 332
Decimal 168 207 218
Hex A8 CF DA

RGB Percentages of Color #a8cfda

%28.33
%34.91
%36.76

CMYK Percentages of Color #a8cfda

%23
%5
%0
%15

Triadic Colors of #a8cfda

#a8cfda #daa8cf #cfdaa8

Analogous Colors of #a8cfda

#a8cfda #a8b6da #a8dacc

Monochromatic Colors of #a8cfda

#a8cfda

Complementary Color

#a8cfda #dab3a8

#a8cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfda Color CSS Codes

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

#a8cfda Text Font Color

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

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


#a8cfda Background Color

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

This div background color is #a8cfda


#a8cfda Border Color

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

This div border color is #a8cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfda


Comments

No comments written yet.

Please login to write comment.