Color Hex Logo

#dfed4b Color Hex

#DFED4B
(223,237,75)
0 Favorites   0 Comments

Color spaces of #dfed4b

RGB 22323775
HSL0.180.820.61
HSV65°68°93°
CMYK 0.060.000.68   0.07
XYZ61.985676.764318.2066
Yxy76.76430.39490.4891
Hunter Lab87.6152-27.042449.0101
CIE-Lab90.2130-24.216572.9416

#dfed4b color RGB value is (223,237,75).

#dfed4b hex color red value is 223, green value is 237 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dfed4b hue: 0.18 , saturation: 0.82 and the lightness value of dfed4b is 0.61.

The process color (four color CMYK) of #dfed4b color hex is 0.06, 0.00, 0.68, 0.07. Web safe color of #dfed4b is #ccff33. Color #dfed4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 01001011
Octal 337 355 113
Decimal 223 237 75
Hex DF ED 4B

RGB Percentages of Color #dfed4b

%41.68
%44.30
%14.02

CMYK Percentages of Color #dfed4b

%6
%0
%68
%7

Triadic Colors of #dfed4b

#dfed4b #4bdfed #ed4bdf

Analogous Colors of #dfed4b

#dfed4b #8eed4b #edaa4b

Monochromatic Colors of #dfed4b

#dfed4b

Complementary Color

#dfed4b #594bed

#dfed4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfed4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfed4b Color CSS Codes

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

#dfed4b Text Font Color

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

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


#dfed4b Background Color

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

This div background color is #dfed4b


#dfed4b Border Color

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

This div border color is #dfed4b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,237,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 #dfed4b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfed4b


Comments

No comments written yet.

Please login to write comment.