Color Hex Logo

#def60b Color Hex

#DEF60B
(222,246,11)
0 Favorites   0 Comments

Color spaces of #def60b

RGB 22224611
HSL0.180.930.50
HSV66°96°96°
CMYK 0.100.000.96   0.04
XYZ63.140481.465312.7131
Yxy81.46530.40140.5178
Hunter Lab90.2581-33.081454.8295
CIE-Lab92.3383-30.701389.0379

#def60b color RGB value is (222,246,11).

#def60b hex color red value is 222, green value is 246 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #def60b hue: 0.18 , saturation: 0.93 and the lightness value of def60b is 0.50.

The process color (four color CMYK) of #def60b color hex is 0.10, 0.00, 0.96, 0.04. Web safe color of #def60b is #ccff00. Color #def60b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 00001011
Octal 336 366 13
Decimal 222 246 11
Hex DE F6 B

RGB Percentages of Color #def60b

%46.35
%51.36
%2.30

CMYK Percentages of Color #def60b

%10
%0
%96
%4

Triadic Colors of #def60b

#def60b #0bdef6 #f60bde

Analogous Colors of #def60b

#def60b #69f60b #f6990b

Monochromatic Colors of #def60b

#def60b

Complementary Color

#def60b #230bf6

#def60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#def60b Color CSS Codes

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

#def60b Text Font Color

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

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


#def60b Background Color

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

This div background color is #def60b


#def60b Border Color

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

This div border color is #def60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def60b


Comments

No comments written yet.

Please login to write comment.