Color Hex Logo

#cec440 Color Hex

#CEC440
(206,196,64)
0 Favorites   0 Comments

Color spaces of #cec440

RGB 20619664
HSL0.150.590.53
HSV56°69°81°
CMYK 0.000.050.69   0.19
XYZ46.118952.971812.6443
Yxy52.97180.41280.4741
Hunter Lab72.7817-14.259640.6468
CIE-Lab77.8583-11.660564.2491

#cec440 color RGB value is (206,196,64).

#cec440 hex color red value is 206, green value is 196 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cec440 hue: 0.15 , saturation: 0.59 and the lightness value of cec440 is 0.53.

The process color (four color CMYK) of #cec440 color hex is 0.00, 0.05, 0.69, 0.19. Web safe color of #cec440 is #cccc33. Color #cec440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 01000000
Octal 316 304 100
Decimal 206 196 64
Hex CE C4 40

RGB Percentages of Color #cec440

%44.21
%42.06
%13.73

CMYK Percentages of Color #cec440

%0
%5
%69
%19

Triadic Colors of #cec440

#cec440 #40cec4 #c440ce

Analogous Colors of #cec440

#cec440 #91ce40 #ce7d40

Monochromatic Colors of #cec440

#cec440

Complementary Color

#cec440 #404ace

#cec440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec440 Color CSS Codes

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

#cec440 Text Font Color

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

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


#cec440 Background Color

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

This div background color is #cec440


#cec440 Border Color

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

This div border color is #cec440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec440


Comments

No comments written yet.

Please login to write comment.