Color Hex Logo

#cec127 Color Hex

#CEC127
(206,193,39)
0 Favorites   0 Comments

Color spaces of #cec127

RGB 20619339
HSL0.150.680.48
HSV55°81°81°
CMYK 0.000.060.81   0.19
XYZ44.889851.40829.4763
Yxy51.40820.42440.4860
Hunter Lab71.6995-13.718442.3535
CIE-Lab76.9256-11.161971.5848

#cec127 color RGB value is (206,193,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00100111
Octal 316 301 47
Decimal 206 193 39
Hex CE C1 27

RGB Percentages of Color #cec127

%47.03
%44.06
%8.90

CMYK Percentages of Color #cec127

%0
%6
%81
%19

Triadic Colors of #cec127

#cec127 #27cec1 #c127ce

Analogous Colors of #cec127

#cec127 #88ce27 #ce6e27

Monochromatic Colors of #cec127

#cec127

Complementary Color

#cec127 #2734ce

#cec127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec127 Color CSS Codes

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

#cec127 Text Font Color

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

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


#cec127 Background Color

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

This div background color is #cec127


#cec127 Border Color

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

This div border color is #cec127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec127


Comments

No comments written yet.

Please login to write comment.