Color Hex Logo

#cec125 Color Hex

#CEC125
(206,193,37)
0 Favorites   0 Comments

Color spaces of #cec125

RGB 20619337
HSL0.150.700.48
HSV55°82°81°
CMYK 0.000.060.82   0.19
XYZ44.857551.39539.3063
Yxy51.39530.42500.4869
Hunter Lab71.6905-13.769142.4868
CIE-Lab76.9178-11.221972.1046

#cec125 color RGB value is (206,193,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00100101
Octal 316 301 45
Decimal 206 193 37
Hex CE C1 25

RGB Percentages of Color #cec125

%47.25
%44.27
%8.49

CMYK Percentages of Color #cec125

%0
%6
%82
%19

Triadic Colors of #cec125

#cec125 #25cec1 #c125ce

Analogous Colors of #cec125

#cec125 #87ce25 #ce6d25

Monochromatic Colors of #cec125

#cec125

Complementary Color

#cec125 #2532ce

#cec125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec125 Color CSS Codes

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

#cec125 Text Font Color

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

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


#cec125 Background Color

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

This div background color is #cec125


#cec125 Border Color

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

This div border color is #cec125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec125


Comments

No comments written yet.

Please login to write comment.