Color Hex Logo

#cdc672 Color Hex

#CDC672
(205,198,114)
0 Favorites   0 Comments

Color spaces of #cdc672

RGB 205198114
HSL0.150.480.63
HSV55°44°80°
CMYK 0.000.030.44   0.20
XYZ48.408254.582223.9036
Yxy54.58220.38150.4301
Hunter Lab73.8798-12.331132.5327
CIE-Lab78.8000-9.323042.7972

#cdc672 color RGB value is (205,198,114).

#cdc672 hex color red value is 205, green value is 198 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cdc672 hue: 0.15 , saturation: 0.48 and the lightness value of cdc672 is 0.63.

The process color (four color CMYK) of #cdc672 color hex is 0.00, 0.03, 0.44, 0.20. Web safe color of #cdc672 is #cccc66. Color #cdc672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000110 01110010
Octal 315 306 162
Decimal 205 198 114
Hex CD C6 72

RGB Percentages of Color #cdc672

%39.65
%38.30
%22.05

CMYK Percentages of Color #cdc672

%0
%3
%44
%20

Triadic Colors of #cdc672

#cdc672 #72cdc6 #c672cd

Analogous Colors of #cdc672

#cdc672 #a7cd72 #cd9972

Monochromatic Colors of #cdc672

#cdc672

Complementary Color

#cdc672 #7279cd

#cdc672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc672 Color CSS Codes

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

#cdc672 Text Font Color

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

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


#cdc672 Background Color

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

This div background color is #cdc672


#cdc672 Border Color

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

This div border color is #cdc672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc672


Comments

No comments written yet.

Please login to write comment.