Color Hex Logo

#cddb3a Color Hex

#CDDB3A
(205,219,58)
0 Favorites   0 Comments

Color spaces of #cddb3a

RGB 20521958
HSL0.180.690.54
HSV65°74°86°
CMYK 0.060.000.74   0.14
XYZ51.272163.947713.6438
Yxy63.94770.39790.4962
Hunter Lab79.9673-25.495145.8612
CIE-Lab83.9385-23.747872.2260

#cddb3a color RGB value is (205,219,58).

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

The process color (four color CMYK) of #cddb3a color hex is 0.06, 0.00, 0.74, 0.14. Web safe color of #cddb3a is #cccc33. Color #cddb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00111010
Octal 315 333 72
Decimal 205 219 58
Hex CD DB 3A

RGB Percentages of Color #cddb3a

%42.53
%45.44
%12.03

CMYK Percentages of Color #cddb3a

%6
%0
%74
%14

Triadic Colors of #cddb3a

#cddb3a #3acddb #db3acd

Analogous Colors of #cddb3a

#cddb3a #7ddb3a #db993a

Monochromatic Colors of #cddb3a

#cddb3a

Complementary Color

#cddb3a #483adb

#cddb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb3a Color CSS Codes

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

#cddb3a Text Font Color

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

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


#cddb3a Background Color

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

This div background color is #cddb3a


#cddb3a Border Color

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

This div border color is #cddb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb3a


Comments

No comments written yet.

Please login to write comment.