Color Hex Logo

#cec130 Color Hex

#CEC130
(206,193,48)
0 Favorites   0 Comments

Color spaces of #cec130

RGB 20619348
HSL0.150.620.50
HSV55°77°81°
CMYK 0.000.060.77   0.19
XYZ45.057151.475110.3572
Yxy51.47510.42150.4816
Hunter Lab71.7461-13.456541.6633
CIE-Lab76.9659-10.852568.9889

#cec130 color RGB value is (206,193,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 00110000
Octal 316 301 60
Decimal 206 193 48
Hex CE C1 30

RGB Percentages of Color #cec130

%46.09
%43.18
%10.74

CMYK Percentages of Color #cec130

%0
%6
%77
%19

Triadic Colors of #cec130

#cec130 #30cec1 #c130ce

Analogous Colors of #cec130

#cec130 #8cce30 #ce7230

Monochromatic Colors of #cec130

#cec130

Complementary Color

#cec130 #303dce

#cec130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec130 Color CSS Codes

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

#cec130 Text Font Color

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

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


#cec130 Background Color

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

This div background color is #cec130


#cec130 Border Color

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

This div border color is #cec130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec130


Comments

No comments written yet.

Please login to write comment.