Color Hex Logo

#def853 Color Hex

#DEF853
(222,248,83)
0 Favorites   0 Comments

Color spaces of #def853

RGB 22224883
HSL0.190.920.65
HSV69°67°97°
CMYK 0.100.000.67   0.03
XYZ65.252983.288920.8208
Yxy83.28890.38530.4918
Hunter Lab91.2628-32.082350.3574
CIE-Lab93.1408-29.347872.9499

#def853 color RGB value is (222,248,83).

#def853 hex color red value is 222, green value is 248 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #def853 hue: 0.19 , saturation: 0.92 and the lightness value of def853 is 0.65.

The process color (four color CMYK) of #def853 color hex is 0.10, 0.00, 0.67, 0.03. Web safe color of #def853 is #ccff66. Color #def853 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 01010011
Octal 336 370 123
Decimal 222 248 83
Hex DE F8 53

RGB Percentages of Color #def853

%40.14
%44.85
%15.01

CMYK Percentages of Color #def853

%10
%0
%67
%3

Triadic Colors of #def853

#def853 #53def8 #f853de

Analogous Colors of #def853

#def853 #8cf853 #f8c053

Monochromatic Colors of #def853

#def853

Complementary Color

#def853 #6d53f8

#def853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def853 Color CSS Codes

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

#def853 Text Font Color

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

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


#def853 Background Color

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

This div background color is #def853


#def853 Border Color

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

This div border color is #def853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def853


Comments

No comments written yet.

Please login to write comment.