Color Hex Logo

#def895 Color Hex

#DEF895
(222,248,149)
0 Favorites   0 Comments

Color spaces of #def895

RGB 222248149
HSL0.210.880.78
HSV76°40°97°
CMYK 0.100.000.40   0.03
XYZ69.116484.834341.1656
Yxy84.83430.35420.4348
Hunter Lab92.1055-27.237537.9748
CIE-Lab93.8117-23.700744.7128

#def895 color RGB value is (222,248,149).

#def895 hex color red value is 222, green value is 248 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #def895 hue: 0.21 , saturation: 0.88 and the lightness value of def895 is 0.78.

The process color (four color CMYK) of #def895 color hex is 0.10, 0.00, 0.40, 0.03. Web safe color of #def895 is #ccff99. Color #def895 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 10010101
Octal 336 370 225
Decimal 222 248 149
Hex DE F8 95

RGB Percentages of Color #def895

%35.86
%40.06
%24.07

CMYK Percentages of Color #def895

%10
%0
%40
%3

Triadic Colors of #def895

#def895 #95def8 #f895de

Analogous Colors of #def895

#def895 #adf895 #f8e195

Monochromatic Colors of #def895

#def895

Complementary Color

#def895 #af95f8

#def895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def895 Color CSS Codes

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

#def895 Text Font Color

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

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


#def895 Background Color

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

This div background color is #def895


#def895 Border Color

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

This div border color is #def895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def895

Related Colors


Comments

No comments written yet.

Please login to write comment.