Color Hex Logo

#a8cdef Color Hex

#A8CDEF
(168,205,239)
0 Favorites   0 Comments

Color spaces of #a8cdef

RGB 168205239
HSL0.580.690.80
HSV209°30°94°
CMYK 0.300.140.00   0.06
XYZ53.559858.219590.0759
Yxy58.21950.26530.2884
Hunter Lab76.3017-8.2303-16.5820
CIE-Lab80.8607-4.5155-20.7487

#a8cdef color RGB value is (168,205,239).

#a8cdef hex color red value is 168, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a8cdef hue: 0.58 , saturation: 0.69 and the lightness value of a8cdef is 0.80.

The process color (four color CMYK) of #a8cdef color hex is 0.30, 0.14, 0.00, 0.06. Web safe color of #a8cdef is #99ccff. Color #a8cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001101 11101111
Octal 250 315 357
Decimal 168 205 239
Hex A8 CD EF

RGB Percentages of Color #a8cdef

%27.45
%33.50
%39.05

CMYK Percentages of Color #a8cdef

%30
%14
%0
%6

Triadic Colors of #a8cdef

#a8cdef #efa8cd #cdefa8

Analogous Colors of #a8cdef

#a8cdef #a8aaef #a8efee

Monochromatic Colors of #a8cdef

#a8cdef

Complementary Color

#a8cdef #efcaa8

#a8cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cdef Color CSS Codes

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

#a8cdef Text Font Color

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

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


#a8cdef Background Color

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

This div background color is #a8cdef


#a8cdef Border Color

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

This div border color is #a8cdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,205,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cdef


Comments

No comments written yet.

Please login to write comment.