Color Hex Logo

#cecb04 Color Hex

#CECB04
(206,203,4)
0 Favorites   0 Comments

Color spaces of #cecb04

RGB 2062034
HSL0.160.960.41
HSV59°98°81°
CMYK 0.000.010.98   0.19
XYZ46.831455.84248.4253
Yxy55.84240.42150.5026
Hunter Lab74.7278-18.908845.6247
CIE-Lab79.5240-16.827279.4707

#cecb04 color RGB value is (206,203,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 00000100
Octal 316 313 4
Decimal 206 203 4
Hex CE CB 4

RGB Percentages of Color #cecb04

%49.88
%49.15
%0.97

CMYK Percentages of Color #cecb04

%0
%1
%98
%19

Triadic Colors of #cecb04

#cecb04 #04cecb #cb04ce

Analogous Colors of #cecb04

#cecb04 #6cce04 #ce6604

Monochromatic Colors of #cecb04

#cecb04

Complementary Color

#cecb04 #0407ce

#cecb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb04 Color CSS Codes

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

#cecb04 Text Font Color

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

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


#cecb04 Background Color

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

This div background color is #cecb04


#cecb04 Border Color

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

This div border color is #cecb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb04


Comments

No comments written yet.

Please login to write comment.