Color Hex Logo

#cdd794 Color Hex

#CDD794
(205,215,148)
0 Favorites   0 Comments

Color spaces of #cdd794

RGB 205215148
HSL0.190.460.71
HSV69°31°84°
CMYK 0.050.000.31   0.16
XYZ54.822663.718137.4263
Yxy63.71810.35150.4085
Hunter Lab79.8236-17.098128.0777
CIE-Lab83.8188-14.045432.0022

#cdd794 color RGB value is (205,215,148).

#cdd794 hex color red value is 205, green value is 215 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #cdd794 hue: 0.19 , saturation: 0.46 and the lightness value of cdd794 is 0.71.

The process color (four color CMYK) of #cdd794 color hex is 0.05, 0.00, 0.31, 0.16. Web safe color of #cdd794 is #cccc99. Color #cdd794 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010111 10010100
Octal 315 327 224
Decimal 205 215 148
Hex CD D7 94

RGB Percentages of Color #cdd794

%36.09
%37.85
%26.06

CMYK Percentages of Color #cdd794

%5
%0
%31
%16

Triadic Colors of #cdd794

#cdd794 #94cdd7 #d794cd

Analogous Colors of #cdd794

#cdd794 #acd794 #d7c094

Monochromatic Colors of #cdd794

#cdd794

Complementary Color

#cdd794 #9e94d7

#cdd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd794 Color CSS Codes

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

#cdd794 Text Font Color

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

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


#cdd794 Background Color

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

This div background color is #cdd794


#cdd794 Border Color

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

This div border color is #cdd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd794


Comments

No comments written yet.

Please login to write comment.