Color Hex Logo

#cdd235 Color Hex

#CDD235
(205,210,53)
0 Favorites   0 Comments

Color spaces of #cdd235

RGB 20521053
HSL0.170.640.52
HSV62°75°82°
CMYK 0.020.000.75   0.18
XYZ48.866059.329412.2444
Yxy59.32940.40570.4926
Hunter Lab77.0256-21.552144.4928
CIE-Lab81.4723-19.586871.5198

#cdd235 color RGB value is (205,210,53).

#cdd235 hex color red value is 205, green value is 210 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cdd235 hue: 0.17 , saturation: 0.64 and the lightness value of cdd235 is 0.52.

The process color (four color CMYK) of #cdd235 color hex is 0.02, 0.00, 0.75, 0.18. Web safe color of #cdd235 is #cccc33. Color #cdd235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010010 00110101
Octal 315 322 65
Decimal 205 210 53
Hex CD D2 35

RGB Percentages of Color #cdd235

%43.80
%44.87
%11.32

CMYK Percentages of Color #cdd235

%2
%0
%75
%18

Triadic Colors of #cdd235

#cdd235 #35cdd2 #d235cd

Analogous Colors of #cdd235

#cdd235 #7fd235 #d28935

Monochromatic Colors of #cdd235

#cdd235

Complementary Color

#cdd235 #3a35d2

#cdd235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd235 Color CSS Codes

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

#cdd235 Text Font Color

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

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


#cdd235 Background Color

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

This div background color is #cdd235


#cdd235 Border Color

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

This div border color is #cdd235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd235


Comments

No comments written yet.

Please login to write comment.