Color Hex Logo

#defc49 Color Hex

#DEFC49
(222,252,73)
0 Favorites   0 Comments

Color spaces of #defc49

RGB 22225273
HSL0.190.970.64
HSV70°71°99°
CMYK 0.120.000.71   0.01
XYZ66.137285.631419.3461
Yxy85.63140.38650.5004
Hunter Lab92.5372-34.364652.3807
CIE-Lab94.1545-31.733977.4850

#defc49 color RGB value is (222,252,73).

#defc49 hex color red value is 222, green value is 252 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #defc49 hue: 0.19 , saturation: 0.97 and the lightness value of defc49 is 0.64.

The process color (four color CMYK) of #defc49 color hex is 0.12, 0.00, 0.71, 0.01. Web safe color of #defc49 is #ccff33. Color #defc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 01001001
Octal 336 374 111
Decimal 222 252 73
Hex DE FC 49

RGB Percentages of Color #defc49

%40.59
%46.07
%13.35

CMYK Percentages of Color #defc49

%12
%0
%71
%1

Triadic Colors of #defc49

#defc49 #49defc #fc49de

Analogous Colors of #defc49

#defc49 #85fc49 #fcc149

Monochromatic Colors of #defc49

#defc49

Complementary Color

#defc49 #6749fc

#defc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defc49 Color CSS Codes

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

#defc49 Text Font Color

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

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


#defc49 Background Color

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

This div background color is #defc49


#defc49 Border Color

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

This div border color is #defc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defc49


Comments

No comments written yet.

Please login to write comment.