Color Hex Logo

#cde071 Color Hex

#CDE071
(205,224,113)
0 Favorites   0 Comments

Color spaces of #cde071

RGB 205224113
HSL0.200.640.66
HSV70°50°88°
CMYK 0.080.000.50   0.12
XYZ54.813167.482725.7593
Yxy67.48270.37020.4558
Hunter Lab82.1479-24.654738.9118
CIE-Lab85.7471-22.381251.7304

#cde071 color RGB value is (205,224,113).

#cde071 hex color red value is 205, green value is 224 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cde071 hue: 0.20 , saturation: 0.64 and the lightness value of cde071 is 0.66.

The process color (four color CMYK) of #cde071 color hex is 0.08, 0.00, 0.50, 0.12. Web safe color of #cde071 is #cccc66. Color #cde071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01110001
Octal 315 340 161
Decimal 205 224 113
Hex CD E0 71

RGB Percentages of Color #cde071

%37.82
%41.33
%20.85

CMYK Percentages of Color #cde071

%8
%0
%50
%12

Triadic Colors of #cde071

#cde071 #71cde0 #e071cd

Analogous Colors of #cde071

#cde071 #96e071 #e0bc71

Monochromatic Colors of #cde071

#cde071

Complementary Color

#cde071 #8471e0

#cde071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde071 Color CSS Codes

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

#cde071 Text Font Color

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

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


#cde071 Background Color

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

This div background color is #cde071


#cde071 Border Color

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

This div border color is #cde071


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,224,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cde071; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cde071;
  -webkit-box-shadow: 1px 1px 3px 2px #cde071;
  box-shadow:         1px 1px 3px 2px #cde071; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,224,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde071


Comments

No comments written yet.

Please login to write comment.