Color Hex Logo

#defd48 Color Hex

#DEFD48
(222,253,72)
0 Favorites   0 Comments

Color spaces of #defd48

RGB 22225372
HSL0.200.980.64
HSV70°72°99°
CMYK 0.120.000.72   0.01
XYZ66.419286.248019.2778
Yxy86.24800.38630.5016
Hunter Lab92.8698-34.861452.7015
CIE-Lab94.4183-32.241978.0722

#defd48 color RGB value is (222,253,72).

#defd48 hex color red value is 222, green value is 253 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #defd48 hue: 0.20 , saturation: 0.98 and the lightness value of defd48 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01001000
Octal 336 375 110
Decimal 222 253 72
Hex DE FD 48

RGB Percentages of Color #defd48

%40.59
%46.25
%13.16

CMYK Percentages of Color #defd48

%12
%0
%72
%1

Triadic Colors of #defd48

#defd48 #48defd #fd48de

Analogous Colors of #defd48

#defd48 #84fd48 #fdc248

Monochromatic Colors of #defd48

#defd48

Complementary Color

#defd48 #6748fd

#defd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd48 Color CSS Codes

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

#defd48 Text Font Color

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

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


#defd48 Background Color

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

This div background color is #defd48


#defd48 Border Color

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

This div border color is #defd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd48

Related Colors


Comments

No comments written yet.

Please login to write comment.