Color Hex Logo

#deef35 Color Hex

#DEEF35
(222,239,53)
0 Favorites   0 Comments

Color spaces of #deef35

RGB 22223953
HSL0.180.850.57
HSV65°78°94°
CMYK 0.070.000.78   0.06
XYZ61.633377.519615.0825
Yxy77.51960.39960.5026
Hunter Lab88.0452-29.125851.4750
CIE-Lab90.5602-26.536280.2418

#deef35 color RGB value is (222,239,53).

#deef35 hex color red value is 222, green value is 239 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #deef35 hue: 0.18 , saturation: 0.85 and the lightness value of deef35 is 0.57.

The process color (four color CMYK) of #deef35 color hex is 0.07, 0.00, 0.78, 0.06. Web safe color of #deef35 is #ccff33. Color #deef35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 00110101
Octal 336 357 65
Decimal 222 239 53
Hex DE EF 35

RGB Percentages of Color #deef35

%43.19
%46.50
%10.31

CMYK Percentages of Color #deef35

%7
%0
%78
%6

Triadic Colors of #deef35

#deef35 #35deef #ef35de

Analogous Colors of #deef35

#deef35 #81ef35 #efa335

Monochromatic Colors of #deef35

#deef35

Complementary Color

#deef35 #4635ef

#deef35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef35 Color CSS Codes

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

#deef35 Text Font Color

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

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


#deef35 Background Color

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

This div background color is #deef35


#deef35 Border Color

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

This div border color is #deef35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef35


Comments

No comments written yet.

Please login to write comment.