Color Hex Logo

#cec24d Color Hex

#CEC24D
(206,194,77)
0 Favorites   0 Comments

Color spaces of #cec24d

RGB 20619477
HSL0.150.570.55
HSV54°63°81°
CMYK 0.000.060.63   0.19
XYZ46.084952.241214.6758
Yxy52.24120.40780.4623
Hunter Lab72.2781-12.674038.5560
CIE-Lab77.4248-9.888558.5332

#cec24d color RGB value is (206,194,77).

#cec24d hex color red value is 206, green value is 194 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cec24d hue: 0.15 , saturation: 0.57 and the lightness value of cec24d is 0.55.

The process color (four color CMYK) of #cec24d color hex is 0.00, 0.06, 0.63, 0.19. Web safe color of #cec24d is #cccc66. Color #cec24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01001101
Octal 316 302 115
Decimal 206 194 77
Hex CE C2 4D

RGB Percentages of Color #cec24d

%43.19
%40.67
%16.14

CMYK Percentages of Color #cec24d

%0
%6
%63
%19

Triadic Colors of #cec24d

#cec24d #4dcec2 #c24dce

Analogous Colors of #cec24d

#cec24d #9ace4d #ce824d

Monochromatic Colors of #cec24d

#cec24d

Complementary Color

#cec24d #4d59ce

#cec24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec24d Color CSS Codes

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

#cec24d Text Font Color

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

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


#cec24d Background Color

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

This div background color is #cec24d


#cec24d Border Color

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

This div border color is #cec24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec24d


Comments

No comments written yet.

Please login to write comment.