Color Hex Logo

#a7cdef Color Hex

#A7CDEF
(167,205,239)
0 Favorites   0 Comments

Color spaces of #a7cdef

RGB 167205239
HSL0.580.690.80
HSV208°30°94°
CMYK 0.300.140.00   0.06
XYZ53.347758.110190.0660
Yxy58.11010.26470.2884
Hunter Lab76.2300-8.4836-16.6904
CIE-Lab80.8000-4.7997-20.8464

#a7cdef color RGB value is (167,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001101 11101111
Octal 247 315 357
Decimal 167 205 239
Hex A7 CD EF

RGB Percentages of Color #a7cdef

%27.33
%33.55
%39.12

CMYK Percentages of Color #a7cdef

%30
%14
%0
%6

Triadic Colors of #a7cdef

#a7cdef #efa7cd #cdefa7

Analogous Colors of #a7cdef

#a7cdef #a7a9ef #a7efed

Monochromatic Colors of #a7cdef

#a7cdef

Complementary Color

#a7cdef #efc9a7

#a7cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cdef Color CSS Codes

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

#a7cdef Text Font Color

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

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


#a7cdef Background Color

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

This div background color is #a7cdef


#a7cdef Border Color

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

This div border color is #a7cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cdef


Comments

No comments written yet.

Please login to write comment.