Color Hex Logo

#def701 Color Hex

#DEF701
(222,247,1)
0 Favorites   0 Comments

Color spaces of #def701

RGB 2222471
HSL0.180.990.49
HSV66°100°97°
CMYK 0.100.001.00   0.03
XYZ63.390482.053312.5256
Yxy82.05330.40130.5194
Hunter Lab90.5833-33.606055.2098
CIE-Lab92.5984-31.247189.9692

#def701 color RGB value is (222,247,1).

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

The process color (four color CMYK) of #def701 color hex is 0.10, 0.00, 1.00, 0.03. Web safe color of #def701 is #ccff00. Color #def701 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110111 00000001
Octal 336 367 1
Decimal 222 247 1
Hex DE F7 1

RGB Percentages of Color #def701

%47.23
%52.55
%0.21

CMYK Percentages of Color #def701

%10
%0
%100
%3

Triadic Colors of #def701

#def701 #01def7 #f701de

Analogous Colors of #def701

#def701 #63f701 #f79501

Monochromatic Colors of #def701

#def701

Complementary Color

#def701 #1a01f7

#def701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def701 Color CSS Codes

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

#def701 Text Font Color

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

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


#def701 Background Color

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

This div background color is #def701


#def701 Border Color

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

This div border color is #def701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def701


Comments

No comments written yet.

Please login to write comment.