Color Hex Logo

#cec71d Color Hex

#CEC71D
(206,199,29)
0 Favorites   0 Comments

Color spaces of #cec71d

RGB 20619929
HSL0.160.750.46
HSV58°86°81°
CMYK 0.000.030.86   0.19
XYZ46.098854.05749.1668
Yxy54.05740.42170.4945
Hunter Lab73.5237-16.748544.0745
CIE-Lab78.4952-14.462675.2666

#cec71d color RGB value is (206,199,29).

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

The process color (four color CMYK) of #cec71d color hex is 0.00, 0.03, 0.86, 0.19. Web safe color of #cec71d is #cccc33. Color #cec71d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 00011101
Octal 316 307 35
Decimal 206 199 29
Hex CE C7 1D

RGB Percentages of Color #cec71d

%47.47
%45.85
%6.68

CMYK Percentages of Color #cec71d

%0
%3
%86
%19

Triadic Colors of #cec71d

#cec71d #1dcec7 #c71dce

Analogous Colors of #cec71d

#cec71d #7dce1d #ce6f1d

Monochromatic Colors of #cec71d

#cec71d

Complementary Color

#cec71d #1d24ce

#cec71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec71d Color CSS Codes

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

#cec71d Text Font Color

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

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


#cec71d Background Color

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

This div background color is #cec71d


#cec71d Border Color

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

This div border color is #cec71d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec71d


Comments

No comments written yet.

Please login to write comment.