Color Hex Logo

#cddb32 Color Hex

#CDDB32
(205,219,50)
0 Favorites   0 Comments

Color spaces of #cddb32

RGB 20521950
HSL0.180.700.53
HSV65°77°86°
CMYK 0.060.000.77   0.14
XYZ51.084163.872512.6538
Yxy63.87250.40030.5005
Hunter Lab79.9203-25.765446.5568
CIE-Lab83.8993-24.077074.6401

#cddb32 color RGB value is (205,219,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00110010
Octal 315 333 62
Decimal 205 219 50
Hex CD DB 32

RGB Percentages of Color #cddb32

%43.25
%46.20
%10.55

CMYK Percentages of Color #cddb32

%6
%0
%77
%14

Triadic Colors of #cddb32

#cddb32 #32cddb #db32cd

Analogous Colors of #cddb32

#cddb32 #79db32 #db9532

Monochromatic Colors of #cddb32

#cddb32

Complementary Color

#cddb32 #4032db

#cddb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb32 Color CSS Codes

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

#cddb32 Text Font Color

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

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


#cddb32 Background Color

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

This div background color is #cddb32


#cddb32 Border Color

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

This div border color is #cddb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb32


Comments

No comments written yet.

Please login to write comment.