Color Hex Logo

#cec91d Color Hex

#CEC91D
(206,201,29)
0 Favorites   0 Comments

Color spaces of #cec91d

RGB 20620129
HSL0.160.750.46
HSV58°86°81°
CMYK 0.000.020.86   0.19
XYZ46.562054.98389.3213
Yxy54.98380.42000.4959
Hunter Lab74.1511-17.678144.4526
CIE-Lab79.0319-15.464875.7023

#cec91d color RGB value is (206,201,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 00011101
Octal 316 311 35
Decimal 206 201 29
Hex CE C9 1D

RGB Percentages of Color #cec91d

%47.25
%46.10
%6.65

CMYK Percentages of Color #cec91d

%0
%2
%86
%19

Triadic Colors of #cec91d

#cec91d #1dcec9 #c91dce

Analogous Colors of #cec91d

#cec91d #7bce1d #ce711d

Monochromatic Colors of #cec91d

#cec91d

Complementary Color

#cec91d #1d22ce

#cec91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec91d Color CSS Codes

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

#cec91d Text Font Color

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

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


#cec91d Background Color

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

This div background color is #cec91d


#cec91d Border Color

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

This div border color is #cec91d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,201,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 #cec91d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec91d


Comments

No comments written yet.

Please login to write comment.