Color Hex Logo

#a5dfcc Color Hex

#A5DFCC
(165,223,204)
0 Favorites   0 Comments

Color spaces of #a5dfcc

RGB 165223204
HSL0.450.480.76
HSV160°26°87°
CMYK 0.260.000.09   0.13
XYZ52.803865.134366.9159
Yxy65.13430.28570.3524
Hunter Lab80.7058-24.44717.3348
CIE-Lab84.5529-22.38253.3263

#a5dfcc color RGB value is (165,223,204).

#a5dfcc hex color red value is 165, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5dfcc hue: 0.45 , saturation: 0.48 and the lightness value of a5dfcc is 0.76.

The process color (four color CMYK) of #a5dfcc color hex is 0.26, 0.00, 0.09, 0.13. Web safe color of #a5dfcc is #99cccc. Color #a5dfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 11001100
Octal 245 337 314
Decimal 165 223 204
Hex A5 DF CC

RGB Percentages of Color #a5dfcc

%27.87
%37.67
%34.46

CMYK Percentages of Color #a5dfcc

%26
%0
%9
%13

Triadic Colors of #a5dfcc

#a5dfcc #cca5df #dfcca5

Analogous Colors of #a5dfcc

#a5dfcc #a5d5df #a5dfaf

Monochromatic Colors of #a5dfcc

#a5dfcc

Complementary Color

#a5dfcc #dfa5b8

#a5dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfcc Color CSS Codes

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

#a5dfcc Text Font Color

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

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


#a5dfcc Background Color

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

This div background color is #a5dfcc


#a5dfcc Border Color

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

This div border color is #a5dfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,223,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5dfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5dfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #a5dfcc;
  box-shadow:         1px 1px 3px 2px #a5dfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,223,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfcc


Comments

No comments written yet.

Please login to write comment.