Color Hex Logo

#def950 Color Hex

#DEF950
(222,249,80)
0 Favorites   0 Comments

Color spaces of #def950

RGB 22224980
HSL0.190.930.65
HSV70°68°98°
CMYK 0.110.000.68   0.02
XYZ65.447983.860120.3266
Yxy83.86010.38580.4944
Hunter Lab91.5752-32.684350.9422
CIE-Lab93.3897-29.981974.2980

#def950 color RGB value is (222,249,80).

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

The process color (four color CMYK) of #def950 color hex is 0.11, 0.00, 0.68, 0.02. Web safe color of #def950 is #ccff66. Color #def950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 01010000
Octal 336 371 120
Decimal 222 249 80
Hex DE F9 50

RGB Percentages of Color #def950

%40.29
%45.19
%14.52

CMYK Percentages of Color #def950

%11
%0
%68
%2

Triadic Colors of #def950

#def950 #50def9 #f950de

Analogous Colors of #def950

#def950 #8af950 #f9c050

Monochromatic Colors of #def950

#def950

Complementary Color

#def950 #6b50f9

#def950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def950 Color CSS Codes

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

#def950 Text Font Color

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

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


#def950 Background Color

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

This div background color is #def950


#def950 Border Color

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

This div border color is #def950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def950


Comments

No comments written yet.

Please login to write comment.