Color Hex Logo

#def001 Color Hex

#DEF001
(222,240,1)
0 Favorites   0 Comments

Color spaces of #def001

RGB 2222401
HSL0.180.990.47
HSV65°100°94°
CMYK 0.080.001.00   0.06
XYZ61.289877.852011.8253
Yxy77.85200.40600.5157
Hunter Lab88.2338-30.417753.8175
CIE-Lab90.7123-27.997288.5650

#def001 color RGB value is (222,240,1).

#def001 hex color red value is 222, green value is 240 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #def001 hue: 0.18 , saturation: 0.99 and the lightness value of def001 is 0.47.

The process color (four color CMYK) of #def001 color hex is 0.08, 0.00, 1.00, 0.06. Web safe color of #def001 is #ccff00. Color #def001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 00000001
Octal 336 360 1
Decimal 222 240 1
Hex DE F0 1

RGB Percentages of Color #def001

%47.95
%51.84
%0.22

CMYK Percentages of Color #def001

%8
%0
%100
%6

Triadic Colors of #def001

#def001 #01def0 #f001de

Analogous Colors of #def001

#def001 #67f001 #f08b01

Monochromatic Colors of #def001

#def001

Complementary Color

#def001 #1301f0

#def001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def001 Color CSS Codes

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

#def001 Text Font Color

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

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


#def001 Background Color

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

This div background color is #def001


#def001 Border Color

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

This div border color is #def001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def001


Comments

No comments written yet.

Please login to write comment.