Color Hex Logo

#dffc0b Color Hex

#DFFC0B
(223,252,11)
0 Favorites   0 Comments

Color spaces of #dffc0b

RGB 22325211
HSL0.190.980.52
HSV67°96°99°
CMYK 0.120.000.96   0.01
XYZ65.302285.332913.3457
Yxy85.33290.39820.5204
Hunter Lab92.3758-35.472756.0973
CIE-Lab94.0264-33.054090.3531

#dffc0b color RGB value is (223,252,11).

#dffc0b hex color red value is 223, green value is 252 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dffc0b hue: 0.19 , saturation: 0.98 and the lightness value of dffc0b is 0.52.

The process color (four color CMYK) of #dffc0b color hex is 0.12, 0.00, 0.96, 0.01. Web safe color of #dffc0b is #ccff00. Color #dffc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 00001011
Octal 337 374 13
Decimal 223 252 11
Hex DF FC B

RGB Percentages of Color #dffc0b

%45.88
%51.85
%2.26

CMYK Percentages of Color #dffc0b

%12
%0
%96
%1

Triadic Colors of #dffc0b

#dffc0b #0bdffc #fc0bdf

Analogous Colors of #dffc0b

#dffc0b #67fc0b #fca10b

Monochromatic Colors of #dffc0b

#dffc0b

Complementary Color

#dffc0b #280bfc

#dffc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffc0b Color CSS Codes

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

#dffc0b Text Font Color

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

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


#dffc0b Background Color

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

This div background color is #dffc0b


#dffc0b Border Color

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

This div border color is #dffc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffc0b

Related Colors


Comments

No comments written yet.

Please login to write comment.