Color Hex Logo

#defd4b Color Hex

#DEFD4B
(222,253,75)
0 Favorites   0 Comments

Color spaces of #defd4b

RGB 22225375
HSL0.200.980.64
HSV70°70°99°
CMYK 0.120.000.70   0.01
XYZ66.519586.288219.8059
Yxy86.28820.38540.4999
Hunter Lab92.8914-34.736352.3825
CIE-Lab94.4354-32.092677.0855

#defd4b color RGB value is (222,253,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01001011
Octal 336 375 113
Decimal 222 253 75
Hex DE FD 4B

RGB Percentages of Color #defd4b

%40.36
%46.00
%13.64

CMYK Percentages of Color #defd4b

%12
%0
%70
%1

Triadic Colors of #defd4b

#defd4b #4bdefd #fd4bde

Analogous Colors of #defd4b

#defd4b #85fd4b #fdc34b

Monochromatic Colors of #defd4b

#defd4b

Complementary Color

#defd4b #6a4bfd

#defd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd4b Color CSS Codes

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

#defd4b Text Font Color

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

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


#defd4b Background Color

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

This div background color is #defd4b


#defd4b Border Color

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

This div border color is #defd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd4b


Comments

No comments written yet.

Please login to write comment.