Color Hex Logo

#cdd02e Color Hex

#CDD02E
(205,208,46)
0 Favorites   0 Comments

Color spaces of #cdd02e

RGB 20520846
HSL0.170.640.50
HSV61°78°82°
CMYK 0.010.000.78   0.18
XYZ48.225958.288111.2937
Yxy58.28810.40940.4948
Hunter Lab76.3466-20.853544.6721
CIE-Lab80.8987-18.870973.0968

#cdd02e color RGB value is (205,208,46).

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

The process color (four color CMYK) of #cdd02e color hex is 0.01, 0.00, 0.78, 0.18. Web safe color of #cdd02e is #cccc33. Color #cdd02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 00101110
Octal 315 320 56
Decimal 205 208 46
Hex CD D0 2E

RGB Percentages of Color #cdd02e

%44.66
%45.32
%10.02

CMYK Percentages of Color #cdd02e

%1
%0
%78
%18

Triadic Colors of #cdd02e

#cdd02e #2ecdd0 #d02ecd

Analogous Colors of #cdd02e

#cdd02e #7cd02e #d0822e

Monochromatic Colors of #cdd02e

#cdd02e

Complementary Color

#cdd02e #312ed0

#cdd02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd02e Color CSS Codes

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

#cdd02e Text Font Color

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

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


#cdd02e Background Color

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

This div background color is #cdd02e


#cdd02e Border Color

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

This div border color is #cdd02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd02e


Comments

No comments written yet.

Please login to write comment.