Color Hex Logo

#cdc71e Color Hex

#CDC71E
(205,199,30)
0 Favorites   0 Comments

Color spaces of #cdc71e

RGB 20519930
HSL0.160.740.46
HSV58°85°80°
CMYK 0.000.030.85   0.20
XYZ45.834653.91979.2201
Yxy53.91970.42060.4948
Hunter Lab73.4300-17.083943.9564
CIE-Lab78.4149-14.868474.9585

#cdc71e color RGB value is (205,199,30).

#cdc71e hex color red value is 205, green value is 199 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cdc71e hue: 0.16 , saturation: 0.74 and the lightness value of cdc71e is 0.46.

The process color (four color CMYK) of #cdc71e color hex is 0.00, 0.03, 0.85, 0.20. Web safe color of #cdc71e is #cccc33. Color #cdc71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000111 00011110
Octal 315 307 36
Decimal 205 199 30
Hex CD C7 1E

RGB Percentages of Color #cdc71e

%47.24
%45.85
%6.91

CMYK Percentages of Color #cdc71e

%0
%3
%85
%20

Triadic Colors of #cdc71e

#cdc71e #1ecdc7 #c71ecd

Analogous Colors of #cdc71e

#cdc71e #7ccd1e #cd701e

Monochromatic Colors of #cdc71e

#cdc71e

Complementary Color

#cdc71e #1e24cd

#cdc71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc71e Color CSS Codes

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

#cdc71e Text Font Color

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

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


#cdc71e Background Color

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

This div background color is #cdc71e


#cdc71e Border Color

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

This div border color is #cdc71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc71e


Comments

No comments written yet.

Please login to write comment.