Color Hex Logo

#cec303 Color Hex

#CEC303
(206,195,3)
0 Favorites   0 Comments

Color spaces of #cec303

RGB 2061953
HSL0.160.970.41
HSV57°99°81°
CMYK 0.000.050.99   0.19
XYZ44.985152.15867.7828
Yxy52.15860.42870.4971
Hunter Lab72.2209-15.202244.1653
CIE-Lab77.3756-12.826177.9904

#cec303 color RGB value is (206,195,3).

#cec303 hex color red value is 206, green value is 195 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cec303 hue: 0.16 , saturation: 0.97 and the lightness value of cec303 is 0.41.

The process color (four color CMYK) of #cec303 color hex is 0.00, 0.05, 0.99, 0.19. Web safe color of #cec303 is #cccc00. Color #cec303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 00000011
Octal 316 303 3
Decimal 206 195 3
Hex CE C3 3

RGB Percentages of Color #cec303

%50.99
%48.27
%0.74

CMYK Percentages of Color #cec303

%0
%5
%99
%19

Triadic Colors of #cec303

#cec303 #03cec3 #c303ce

Analogous Colors of #cec303

#cec303 #74ce03 #ce5d03

Monochromatic Colors of #cec303

#cec303

Complementary Color

#cec303 #030ece

#cec303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec303 Color CSS Codes

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

#cec303 Text Font Color

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

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


#cec303 Background Color

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

This div background color is #cec303


#cec303 Border Color

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

This div border color is #cec303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec303


Comments

No comments written yet.

Please login to write comment.