Color Hex Logo

#adefca Color Hex

#ADEFCA
(173,239,202)
0 Favorites   0 Comments

Color spaces of #adefca

RGB 173239202
HSL0.410.670.81
HSV146°28°94°
CMYK 0.280.000.15   0.06
XYZ58.760874.881567.2337
Yxy74.88150.29250.3728
Hunter Lab86.5341-30.224614.5078
CIE-Lab89.3375-28.096211.3068

#adefca color RGB value is (173,239,202).

#adefca hex color red value is 173, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adefca hue: 0.41 , saturation: 0.67 and the lightness value of adefca is 0.81.

The process color (four color CMYK) of #adefca color hex is 0.28, 0.00, 0.15, 0.06. Web safe color of #adefca is #99ffcc. Color #adefca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 11001010
Octal 255 357 312
Decimal 173 239 202
Hex AD EF CA

RGB Percentages of Color #adefca

%28.18
%38.93
%32.90

CMYK Percentages of Color #adefca

%28
%0
%15
%6

Triadic Colors of #adefca

#adefca #caadef #efcaad

Analogous Colors of #adefca

#adefca #adefeb #b1efad

Monochromatic Colors of #adefca

#adefca

Complementary Color

#adefca #efadd2

#adefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adefca Color CSS Codes

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

#adefca Text Font Color

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

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


#adefca Background Color

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

This div background color is #adefca


#adefca Border Color

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

This div border color is #adefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adefca


Comments

No comments written yet.

Please login to write comment.