Color Hex Logo

#cdd058 Color Hex

#CDD058
(205,208,88)
0 Favorites   0 Comments

Color spaces of #cdd058

RGB 20520888
HSL0.170.560.58
HSV62°58°82°
CMYK 0.010.000.58   0.18
XYZ49.494258.795517.9726
Yxy58.79550.39200.4657
Hunter Lab76.6782-18.968939.7778
CIE-Lab81.1791-16.613657.8399

#cdd058 color RGB value is (205,208,88).

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

The process color (four color CMYK) of #cdd058 color hex is 0.01, 0.00, 0.58, 0.18. Web safe color of #cdd058 is #cccc66. Color #cdd058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 01011000
Octal 315 320 130
Decimal 205 208 88
Hex CD D0 58

RGB Percentages of Color #cdd058

%40.92
%41.52
%17.56

CMYK Percentages of Color #cdd058

%1
%0
%58
%18

Triadic Colors of #cdd058

#cdd058 #58cdd0 #d058cd

Analogous Colors of #cdd058

#cdd058 #91d058 #d09758

Monochromatic Colors of #cdd058

#cdd058

Complementary Color

#cdd058 #5b58d0

#cdd058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd058 Color CSS Codes

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

#cdd058 Text Font Color

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

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


#cdd058 Background Color

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

This div background color is #cdd058


#cdd058 Border Color

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

This div border color is #cdd058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd058


Comments

No comments written yet.

Please login to write comment.