Color Hex Logo

#adf267 Color Hex

#ADF267
(173,242,103)
0 Favorites   0 Comments

Color spaces of #adf267

RGB 173242103
HSL0.250.840.68
HSV90°57°95°
CMYK 0.290.000.57   0.05
XYZ51.433973.367824.2825
Yxy73.36780.34500.4921
Hunter Lab85.6550-42.711043.1503
CIE-Lab88.6228-43.511159.0990

#adf267 color RGB value is (173,242,103).

#adf267 hex color red value is 173, green value is 242 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #adf267 hue: 0.25 , saturation: 0.84 and the lightness value of adf267 is 0.68.

The process color (four color CMYK) of #adf267 color hex is 0.29, 0.00, 0.57, 0.05. Web safe color of #adf267 is #99ff66. Color #adf267 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 01100111
Octal 255 362 147
Decimal 173 242 103
Hex AD F2 67

RGB Percentages of Color #adf267

%33.40
%46.72
%19.88

CMYK Percentages of Color #adf267

%29
%0
%57
%5

Triadic Colors of #adf267

#adf267 #67adf2 #f267ad

Analogous Colors of #adf267

#adf267 #68f267 #f2f267

Monochromatic Colors of #adf267

#adf267

Complementary Color

#adf267 #ac67f2

#adf267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf267 Color CSS Codes

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

#adf267 Text Font Color

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

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


#adf267 Background Color

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

This div background color is #adf267


#adf267 Border Color

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

This div border color is #adf267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf267


Comments

No comments written yet.

Please login to write comment.