Color Hex Logo

#cdda3a Color Hex

#CDDA3A
(205,218,58)
0 Favorites   0 Comments

Color spaces of #cdda3a

RGB 20521858
HSL0.180.680.54
HSV65°73°85°
CMYK 0.060.000.73   0.15
XYZ51.012063.427413.5571
Yxy63.42740.39850.4955
Hunter Lab79.6413-25.039245.6562
CIE-Lab83.6667-23.265871.9699

#cdda3a color RGB value is (205,218,58).

#cdda3a hex color red value is 205, green value is 218 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cdda3a hue: 0.18 , saturation: 0.68 and the lightness value of cdda3a is 0.54.

The process color (four color CMYK) of #cdda3a color hex is 0.06, 0.00, 0.73, 0.15. Web safe color of #cdda3a is #cccc33. Color #cdda3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011010 00111010
Octal 315 332 72
Decimal 205 218 58
Hex CD DA 3A

RGB Percentages of Color #cdda3a

%42.62
%45.32
%12.06

CMYK Percentages of Color #cdda3a

%6
%0
%73
%15

Triadic Colors of #cdda3a

#cdda3a #3acdda #da3acd

Analogous Colors of #cdda3a

#cdda3a #7dda3a #da973a

Monochromatic Colors of #cdda3a

#cdda3a

Complementary Color

#cdda3a #473ada

#cdda3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdda3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdda3a Color CSS Codes

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

#cdda3a Text Font Color

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

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


#cdda3a Background Color

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

This div background color is #cdda3a


#cdda3a Border Color

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

This div border color is #cdda3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdda3a


Comments

No comments written yet.

Please login to write comment.