Color Hex Logo

#cde629 Color Hex

#CDE629
(205,230,41)
0 Favorites   0 Comments

Color spaces of #cde629

RGB 20523041
HSL0.190.790.53
HSV68°82°90°
CMYK 0.110.000.82   0.10
XYZ53.873969.732912.7182
Yxy69.73290.39520.5115
Hunter Lab83.5062-30.976949.4243
CIE-Lab86.8657-29.593479.5892

#cde629 color RGB value is (205,230,41).

#cde629 hex color red value is 205, green value is 230 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cde629 hue: 0.19 , saturation: 0.79 and the lightness value of cde629 is 0.53.

The process color (four color CMYK) of #cde629 color hex is 0.11, 0.00, 0.82, 0.10. Web safe color of #cde629 is #ccff33. Color #cde629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100110 00101001
Octal 315 346 51
Decimal 205 230 41
Hex CD E6 29

RGB Percentages of Color #cde629

%43.07
%48.32
%8.61

CMYK Percentages of Color #cde629

%11
%0
%82
%10

Triadic Colors of #cde629

#cde629 #29cde6 #e629cd

Analogous Colors of #cde629

#cde629 #6fe629 #e6a129

Monochromatic Colors of #cde629

#cde629

Complementary Color

#cde629 #4229e6

#cde629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde629 Color CSS Codes

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

#cde629 Text Font Color

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

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


#cde629 Background Color

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

This div background color is #cde629


#cde629 Border Color

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

This div border color is #cde629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde629


Comments

No comments written yet.

Please login to write comment.