Color Hex Logo

#deef5c Color Hex

#DEEF5C
(222,239,92)
0 Favorites   0 Comments

Color spaces of #deef5c

RGB 22223992
HSL0.190.820.65
HSV67°62°94°
CMYK 0.070.000.62   0.06
XYZ62.922578.035321.8712
Yxy78.03530.38640.4792
Hunter Lab88.3376-27.446047.1569
CIE-Lab90.7960-24.555867.0012

#deef5c color RGB value is (222,239,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 01011100
Octal 336 357 134
Decimal 222 239 92
Hex DE EF 5C

RGB Percentages of Color #deef5c

%40.14
%43.22
%16.64

CMYK Percentages of Color #deef5c

%7
%0
%62
%6

Triadic Colors of #deef5c

#deef5c #5cdeef #ef5cde

Analogous Colors of #deef5c

#deef5c #95ef5c #efb75c

Monochromatic Colors of #deef5c

#deef5c

Complementary Color

#deef5c #6d5cef

#deef5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef5c Color CSS Codes

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

#deef5c Text Font Color

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

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


#deef5c Background Color

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

This div background color is #deef5c


#deef5c Border Color

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

This div border color is #deef5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef5c


Comments

No comments written yet.

Please login to write comment.