Color Hex Logo

#defc6c Color Hex

#DEFC6C
(222,252,108)
0 Favorites   0 Comments

Color spaces of #defc6c

RGB 222252108
HSL0.200.960.71
HSV73°57°99°
CMYK 0.120.000.57   0.01
XYZ67.641486.233127.2669
Yxy86.23310.37340.4761
Hunter Lab92.8618-32.487047.5940
CIE-Lab94.4119-29.509564.3021

#defc6c color RGB value is (222,252,108).

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

The process color (four color CMYK) of #defc6c color hex is 0.12, 0.00, 0.57, 0.01. Web safe color of #defc6c is #ccff66. Color #defc6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111100 01101100
Octal 336 374 154
Decimal 222 252 108
Hex DE FC 6C

RGB Percentages of Color #defc6c

%38.14
%43.30
%18.56

CMYK Percentages of Color #defc6c

%12
%0
%57
%1

Triadic Colors of #defc6c

#defc6c #6cdefc #fc6cde

Analogous Colors of #defc6c

#defc6c #96fc6c #fcd26c

Monochromatic Colors of #defc6c

#defc6c

Complementary Color

#defc6c #8a6cfc

#defc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#defc6c Color CSS Codes

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

#defc6c Text Font Color

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

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


#defc6c Background Color

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

This div background color is #defc6c


#defc6c Border Color

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

This div border color is #defc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defc6c

Related Colors


Comments

No comments written yet.

Please login to write comment.