Color Hex Logo

#cdea3a Color Hex

#CDEA3A
(205,234,58)
0 Favorites   0 Comments

Color spaces of #cdea3a

RGB 20523458
HSL0.190.810.57
HSV70°75°92°
CMYK 0.120.000.75   0.08
XYZ55.363472.130315.0076
Yxy72.13030.38850.5062
Hunter Lab84.9296-32.267248.9738
CIE-Lab88.0313-30.838676.0531

#cdea3a color RGB value is (205,234,58).

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

The process color (four color CMYK) of #cdea3a color hex is 0.12, 0.00, 0.75, 0.08. Web safe color of #cdea3a is #ccff33. Color #cdea3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101010 00111010
Octal 315 352 72
Decimal 205 234 58
Hex CD EA 3A

RGB Percentages of Color #cdea3a

%41.25
%47.08
%11.67

CMYK Percentages of Color #cdea3a

%12
%0
%75
%8

Triadic Colors of #cdea3a

#cdea3a #3acdea #ea3acd

Analogous Colors of #cdea3a

#cdea3a #75ea3a #eaaf3a

Monochromatic Colors of #cdea3a

#cdea3a

Complementary Color

#cdea3a #573aea

#cdea3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdea3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdea3a Color CSS Codes

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

#cdea3a Text Font Color

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

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


#cdea3a Background Color

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

This div background color is #cdea3a


#cdea3a Border Color

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

This div border color is #cdea3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdea3a


Comments

No comments written yet.

Please login to write comment.