Color Hex Logo

#defd65 Color Hex

#DEFD65
(222,253,101)
0 Favorites   0 Comments

Color spaces of #defd65

RGB 222253101
HSL0.200.970.69
HSV72°60°99°
CMYK 0.120.000.60   0.01
XYZ67.598486.719725.4877
Yxy86.71970.37600.4823
Hunter Lab93.1234-33.392648.9588
CIE-Lab94.6192-30.497667.4633

#defd65 color RGB value is (222,253,101).

#defd65 hex color red value is 222, green value is 253 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #defd65 hue: 0.20 , saturation: 0.97 and the lightness value of defd65 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01100101
Octal 336 375 145
Decimal 222 253 101
Hex DE FD 65

RGB Percentages of Color #defd65

%38.54
%43.92
%17.53

CMYK Percentages of Color #defd65

%12
%0
%60
%1

Triadic Colors of #defd65

#defd65 #65defd #fd65de

Analogous Colors of #defd65

#defd65 #92fd65 #fdd065

Monochromatic Colors of #defd65

#defd65

Complementary Color

#defd65 #8465fd

#defd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd65 Color CSS Codes

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

#defd65 Text Font Color

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

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


#defd65 Background Color

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

This div background color is #defd65


#defd65 Border Color

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

This div border color is #defd65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd65

Related Colors


Comments

No comments written yet.

Please login to write comment.