Color Hex Logo

#def35e Color Hex

#DEF35E
(222,243,94)
0 Favorites   0 Comments

Color spaces of #def35e

RGB 22224394
HSL0.190.860.66
HSV68°61°95°
CMYK 0.090.000.61   0.05
XYZ64.195280.438922.7325
Yxy80.43890.38360.4806
Hunter Lab89.6877-29.189847.7536
CIE-Lab91.8814-26.315867.3548

#def35e color RGB value is (222,243,94).

#def35e hex color red value is 222, green value is 243 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #def35e hue: 0.19 , saturation: 0.86 and the lightness value of def35e is 0.66.

The process color (four color CMYK) of #def35e color hex is 0.09, 0.00, 0.61, 0.05. Web safe color of #def35e is #ccff66. Color #def35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110011 01011110
Octal 336 363 136
Decimal 222 243 94
Hex DE F3 5E

RGB Percentages of Color #def35e

%39.71
%43.47
%16.82

CMYK Percentages of Color #def35e

%9
%0
%61
%5

Triadic Colors of #def35e

#def35e #5edef3 #f35ede

Analogous Colors of #def35e

#def35e #94f35e #f3be5e

Monochromatic Colors of #def35e

#def35e

Complementary Color

#def35e #735ef3

#def35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#def35e Color CSS Codes

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

#def35e Text Font Color

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

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


#def35e Background Color

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

This div background color is #def35e


#def35e Border Color

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

This div border color is #def35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def35e


Comments

No comments written yet.

Please login to write comment.