Color Hex Logo

#deef69 Color Hex

#DEEF69
(222,239,105)
0 Favorites   0 Comments

Color spaces of #deef69

RGB 222239105
HSL0.190.810.67
HSV68°56°94°
CMYK 0.070.000.56   0.06
XYZ63.540578.282525.1257
Yxy78.28250.38060.4689
Hunter Lab88.4774-26.644845.0971
CIE-Lab90.9087-23.619361.6522

#deef69 color RGB value is (222,239,105).

#deef69 hex color red value is 222, green value is 239 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #deef69 hue: 0.19 , saturation: 0.81 and the lightness value of deef69 is 0.67.

The process color (four color CMYK) of #deef69 color hex is 0.07, 0.00, 0.56, 0.06. Web safe color of #deef69 is #ccff66. Color #deef69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 01101001
Octal 336 357 151
Decimal 222 239 105
Hex DE EF 69

RGB Percentages of Color #deef69

%39.22
%42.23
%18.55

CMYK Percentages of Color #deef69

%7
%0
%56
%6

Triadic Colors of #deef69

#deef69 #69deef #ef69de

Analogous Colors of #deef69

#deef69 #9bef69 #efbd69

Monochromatic Colors of #deef69

#deef69

Complementary Color

#deef69 #7a69ef

#deef69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef69 Color CSS Codes

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

#deef69 Text Font Color

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

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


#deef69 Background Color

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

This div background color is #deef69


#deef69 Border Color

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

This div border color is #deef69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef69


Comments

No comments written yet.

Please login to write comment.