Color Hex Logo

#cdd068 Color Hex

#CDD068
(205,208,104)
0 Favorites   0 Comments

Color spaces of #cdd068

RGB 205208104
HSL0.170.530.61
HSV62°50°82°
CMYK 0.010.000.50   0.18
XYZ50.231459.090421.8548
Yxy59.09040.38290.4505
Hunter Lab76.8703-17.881036.9526
CIE-Lab81.3413-15.325450.7292

#cdd068 color RGB value is (205,208,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010000 01101000
Octal 315 320 150
Decimal 205 208 104
Hex CD D0 68

RGB Percentages of Color #cdd068

%39.65
%40.23
%20.12

CMYK Percentages of Color #cdd068

%1
%0
%50
%18

Triadic Colors of #cdd068

#cdd068 #68cdd0 #d068cd

Analogous Colors of #cdd068

#cdd068 #99d068 #d09f68

Monochromatic Colors of #cdd068

#cdd068

Complementary Color

#cdd068 #6b68d0

#cdd068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd068 Color CSS Codes

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

#cdd068 Text Font Color

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

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


#cdd068 Background Color

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

This div background color is #cdd068


#cdd068 Border Color

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

This div border color is #cdd068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd068


Comments

No comments written yet.

Please login to write comment.