Color Hex Logo

#def185 Color Hex

#DEF185
(222,241,133)
0 Favorites   0 Comments

Color spaces of #def185

RGB 222241133
HSL0.200.790.73
HSV71°45°95°
CMYK 0.080.000.45   0.05
XYZ65.813180.133634.1889
Yxy80.13360.36540.4449
Hunter Lab89.5174-25.422340.0178
CIE-Lab91.7448-22.071949.8296

#def185 color RGB value is (222,241,133).

#def185 hex color red value is 222, green value is 241 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #def185 hue: 0.20 , saturation: 0.79 and the lightness value of def185 is 0.73.

The process color (four color CMYK) of #def185 color hex is 0.08, 0.00, 0.45, 0.05. Web safe color of #def185 is #ccff99. Color #def185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 10000101
Octal 336 361 205
Decimal 222 241 133
Hex DE F1 85

RGB Percentages of Color #def185

%37.25
%40.44
%22.32

CMYK Percentages of Color #def185

%8
%0
%45
%5

Triadic Colors of #def185

#def185 #85def1 #f185de

Analogous Colors of #def185

#def185 #a8f185 #f1ce85

Monochromatic Colors of #def185

#def185

Complementary Color

#def185 #9885f1

#def185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def185 Color CSS Codes

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

#def185 Text Font Color

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

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


#def185 Background Color

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

This div background color is #def185


#def185 Border Color

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

This div border color is #def185


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,241,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #def185; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #def185;
  -webkit-box-shadow: 1px 1px 3px 2px #def185;
  box-shadow:         1px 1px 3px 2px #def185; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,241,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def185


Comments

No comments written yet.

Please login to write comment.