Color Hex Logo

#cde041 Color Hex

#CDE041
(205,224,65)
0 Favorites   0 Comments

Color spaces of #cde041

RGB 20522465
HSL0.190.720.57
HSV67°71°88°
CMYK 0.080.000.71   0.12
XYZ52.786666.672115.0879
Yxy66.67210.39230.4955
Hunter Lab81.6530-27.497046.2014
CIE-Lab85.3381-25.811671.2258

#cde041 color RGB value is (205,224,65).

#cde041 hex color red value is 205, green value is 224 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cde041 hue: 0.19 , saturation: 0.72 and the lightness value of cde041 is 0.57.

The process color (four color CMYK) of #cde041 color hex is 0.08, 0.00, 0.71, 0.12. Web safe color of #cde041 is #cccc33. Color #cde041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 01000001
Octal 315 340 101
Decimal 205 224 65
Hex CD E0 41

RGB Percentages of Color #cde041

%41.50
%45.34
%13.16

CMYK Percentages of Color #cde041

%8
%0
%71
%12

Triadic Colors of #cde041

#cde041 #41cde0 #e041cd

Analogous Colors of #cde041

#cde041 #7ee041 #e0a441

Monochromatic Colors of #cde041

#cde041

Complementary Color

#cde041 #5441e0

#cde041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde041 Color CSS Codes

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

#cde041 Text Font Color

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

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


#cde041 Background Color

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

This div background color is #cde041


#cde041 Border Color

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

This div border color is #cde041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde041


Comments

No comments written yet.

Please login to write comment.