Color Hex Logo

#cec12d Color Hex

#CEC12D
(206,193,45)
0 Favorites   0 Comments

Color spaces of #cec12d

RGB 20619345
HSL0.150.640.49
HSV55°78°81°
CMYK 0.000.060.78   0.19
XYZ44.997251.451210.0421
Yxy51.45120.42250.4832
Hunter Lab71.7295-13.550441.9101
CIE-Lab76.9515-10.963369.8995

#cec12d color RGB value is (206,193,45).

#cec12d hex color red value is 206, green value is 193 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cec12d hue: 0.15 , saturation: 0.64 and the lightness value of cec12d is 0.49.

The process color (four color CMYK) of #cec12d color hex is 0.00, 0.06, 0.78, 0.19. Web safe color of #cec12d is #cccc33. Color #cec12d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00101101
Octal 316 301 55
Decimal 206 193 45
Hex CE C1 2D

RGB Percentages of Color #cec12d

%46.40
%43.47
%10.14

CMYK Percentages of Color #cec12d

%0
%6
%78
%19

Triadic Colors of #cec12d

#cec12d #2dcec1 #c12dce

Analogous Colors of #cec12d

#cec12d #8bce2d #ce712d

Monochromatic Colors of #cec12d

#cec12d

Complementary Color

#cec12d #2d3ace

#cec12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec12d Color CSS Codes

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

#cec12d Text Font Color

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

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


#cec12d Background Color

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

This div background color is #cec12d


#cec12d Border Color

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

This div border color is #cec12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec12d


Comments

No comments written yet.

Please login to write comment.