Color Hex Logo

#def675 Color Hex

#DEF675
(222,246,117)
0 Favorites   0 Comments

Color spaces of #def675

RGB 222246117
HSL0.200.880.71
HSV71°52°96°
CMYK 0.100.000.52   0.04
XYZ66.290982.725529.3033
Yxy82.72550.37180.4639
Hunter Lab90.9536-29.070244.5655
CIE-Lab92.8941-25.958258.6220

#def675 color RGB value is (222,246,117).

#def675 hex color red value is 222, green value is 246 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #def675 hue: 0.20 , saturation: 0.88 and the lightness value of def675 is 0.71.

The process color (four color CMYK) of #def675 color hex is 0.10, 0.00, 0.52, 0.04. Web safe color of #def675 is #ccff66. Color #def675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 01110101
Octal 336 366 165
Decimal 222 246 117
Hex DE F6 75

RGB Percentages of Color #def675

%37.95
%42.05
%20.00

CMYK Percentages of Color #def675

%10
%0
%52
%4

Triadic Colors of #def675

#def675 #75def6 #f675de

Analogous Colors of #def675

#def675 #9ef675 #f6ce75

Monochromatic Colors of #def675

#def675

Complementary Color

#def675 #8d75f6

#def675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def675 Color CSS Codes

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

#def675 Text Font Color

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

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


#def675 Background Color

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

This div background color is #def675


#def675 Border Color

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

This div border color is #def675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def675


Comments

No comments written yet.

Please login to write comment.