Color Hex Logo

#cecc15 Color Hex

#CECC15
(206,204,21)
0 Favorites   0 Comments

Color spaces of #cecc15

RGB 20620421
HSL0.160.810.45
HSV59°90°81°
CMYK 0.000.010.90   0.19
XYZ47.181856.36179.1016
Yxy56.36170.41890.5003
Hunter Lab75.0744-19.198945.3641
CIE-Lab79.8192-17.117177.7577

#cecc15 color RGB value is (206,204,21).

#cecc15 hex color red value is 206, green value is 204 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cecc15 hue: 0.16 , saturation: 0.81 and the lightness value of cecc15 is 0.45.

The process color (four color CMYK) of #cecc15 color hex is 0.00, 0.01, 0.90, 0.19. Web safe color of #cecc15 is #cccc00. Color #cecc15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 00010101
Octal 316 314 25
Decimal 206 204 21
Hex CE CC 15

RGB Percentages of Color #cecc15

%47.80
%47.33
%4.87

CMYK Percentages of Color #cecc15

%0
%1
%90
%19

Triadic Colors of #cecc15

#cecc15 #15cecc #cc15ce

Analogous Colors of #cecc15

#cecc15 #74ce15 #ce7015

Monochromatic Colors of #cecc15

#cecc15

Complementary Color

#cecc15 #1517ce

#cecc15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecc15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecc15 Color CSS Codes

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

#cecc15 Text Font Color

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

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


#cecc15 Background Color

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

This div background color is #cecc15


#cecc15 Border Color

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

This div border color is #cecc15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecc15

#cecc15 Color Palettes


Comments

No comments written yet.

Please login to write comment.