Color Hex Logo

#cddb33 Color Hex

#CDDB33
(205,219,51)
0 Favorites   0 Comments

Color spaces of #cddb33

RGB 20521951
HSL0.180.700.53
HSV65°77°86°
CMYK 0.060.000.77   0.14
XYZ51.105963.881212.7687
Yxy63.88120.40000.5000
Hunter Lab79.9257-25.734046.4760
CIE-Lab83.9039-24.038774.3534

#cddb33 color RGB value is (205,219,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011011 00110011
Octal 315 333 63
Decimal 205 219 51
Hex CD DB 33

RGB Percentages of Color #cddb33

%43.16
%46.11
%10.74

CMYK Percentages of Color #cddb33

%6
%0
%77
%14

Triadic Colors of #cddb33

#cddb33 #33cddb #db33cd

Analogous Colors of #cddb33

#cddb33 #79db33 #db9533

Monochromatic Colors of #cddb33

#cddb33

Complementary Color

#cddb33 #4133db

#cddb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddb33 Color CSS Codes

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

#cddb33 Text Font Color

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

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


#cddb33 Background Color

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

This div background color is #cddb33


#cddb33 Border Color

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

This div border color is #cddb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddb33


Comments

No comments written yet.

Please login to write comment.