Color Hex Logo

#cec430 Color Hex

#CEC430
(206,196,48)
0 Favorites   0 Comments

Color spaces of #cec430

RGB 20619648
HSL0.160.620.50
HSV56°77°81°
CMYK 0.000.050.77   0.19
XYZ45.727052.815110.5806
Yxy52.81510.41900.4840
Hunter Lab72.6740-14.866042.2398
CIE-Lab77.7657-12.377369.7161

#cec430 color RGB value is (206,196,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000100 00110000
Octal 316 304 60
Decimal 206 196 48
Hex CE C4 30

RGB Percentages of Color #cec430

%45.78
%43.56
%10.67

CMYK Percentages of Color #cec430

%0
%5
%77
%19

Triadic Colors of #cec430

#cec430 #30cec4 #c430ce

Analogous Colors of #cec430

#cec430 #89ce30 #ce7530

Monochromatic Colors of #cec430

#cec430

Complementary Color

#cec430 #303ace

#cec430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec430 Color CSS Codes

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

#cec430 Text Font Color

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

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


#cec430 Background Color

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

This div background color is #cec430


#cec430 Border Color

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

This div border color is #cec430


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,196,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 #cec430">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec430


Comments

No comments written yet.

Please login to write comment.