Color Hex Logo

#cddc30 Color Hex

#CDDC30
(205,220,48)
0 Favorites   0 Comments

Color spaces of #cddc30

RGB 20522048
HSL0.180.710.53
HSV65°78°86°
CMYK 0.070.000.78   0.14
XYZ51.303564.378912.5187
Yxy64.37890.40020.5022
Hunter Lab80.2365-26.280246.9149
CIE-Lab84.1627-24.630875.4427

#cddc30 color RGB value is (205,220,48).

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

The process color (four color CMYK) of #cddc30 color hex is 0.07, 0.00, 0.78, 0.14. Web safe color of #cddc30 is #cccc33. Color #cddc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11011100 00110000
Octal 315 334 60
Decimal 205 220 48
Hex CD DC 30

RGB Percentages of Color #cddc30

%43.34
%46.51
%10.15

CMYK Percentages of Color #cddc30

%7
%0
%78
%14

Triadic Colors of #cddc30

#cddc30 #30cddc #dc30cd

Analogous Colors of #cddc30

#cddc30 #77dc30 #dc9530

Monochromatic Colors of #cddc30

#cddc30

Complementary Color

#cddc30 #3f30dc

#cddc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cddc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cddc30 Color CSS Codes

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

#cddc30 Text Font Color

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

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


#cddc30 Background Color

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

This div background color is #cddc30


#cddc30 Border Color

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

This div border color is #cddc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cddc30


Comments

No comments written yet.

Please login to write comment.