Color Hex Logo

#def386 Color Hex

#DEF386
(222,243,134)
0 Favorites   0 Comments

Color spaces of #def386

RGB 222243134
HSL0.200.820.74
HSV72°45°95°
CMYK 0.090.000.45   0.05
XYZ66.477981.352034.7530
Yxy81.35200.36410.4456
Hunter Lab90.1953-26.279640.2918
CIE-Lab92.2881-22.929450.0229

#def386 color RGB value is (222,243,134).

#def386 hex color red value is 222, green value is 243 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #def386 hue: 0.20 , saturation: 0.82 and the lightness value of def386 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110011 10000110
Octal 336 363 206
Decimal 222 243 134
Hex DE F3 86

RGB Percentages of Color #def386

%37.06
%40.57
%22.37

CMYK Percentages of Color #def386

%9
%0
%45
%5

Triadic Colors of #def386

#def386 #86def3 #f386de

Analogous Colors of #def386

#def386 #a8f386 #f3d286

Monochromatic Colors of #def386

#def386

Complementary Color

#def386 #9b86f3

#def386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def386 Color CSS Codes

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

#def386 Text Font Color

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

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


#def386 Background Color

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

This div background color is #def386


#def386 Border Color

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

This div border color is #def386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def386

#def386 Color Palettes


Comments

No comments written yet.

Please login to write comment.