Color Hex Logo

#cde371 Color Hex

#CDE371
(205,227,113)
0 Favorites   0 Comments

Color spaces of #cde371

RGB 205227113
HSL0.200.670.67
HSV72°50°89°
CMYK 0.100.000.50   0.11
XYZ55.626669.109626.0304
Yxy69.10960.36900.4584
Hunter Lab83.1322-26.040839.6276
CIE-Lab86.5583-23.828952.6965

#cde371 color RGB value is (205,227,113).

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

The process color (four color CMYK) of #cde371 color hex is 0.10, 0.00, 0.50, 0.11. Web safe color of #cde371 is #cccc66. Color #cde371 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100011 01110001
Octal 315 343 161
Decimal 205 227 113
Hex CD E3 71

RGB Percentages of Color #cde371

%37.61
%41.65
%20.73

CMYK Percentages of Color #cde371

%10
%0
%50
%11

Triadic Colors of #cde371

#cde371 #71cde3 #e371cd

Analogous Colors of #cde371

#cde371 #94e371 #e3c071

Monochromatic Colors of #cde371

#cde371

Complementary Color

#cde371 #8771e3

#cde371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde371 Color CSS Codes

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

#cde371 Text Font Color

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

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


#cde371 Background Color

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

This div background color is #cde371


#cde371 Border Color

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

This div border color is #cde371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,227,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 #cde371">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde371


Comments

No comments written yet.

Please login to write comment.