Color Hex Logo

#cebc04 Color Hex

#CEBC04
(206,188,4)
0 Favorites   0 Comments

Color spaces of #cebc04

RGB 2061884
HSL0.150.960.41
HSV55°98°81°
CMYK 0.000.090.98   0.19
XYZ43.458749.09707.3010
Yxy49.09700.43520.4917
Hunter Lab70.0693-11.911042.8706
CIE-Lab75.5116-9.249876.5261

#cebc04 color RGB value is (206,188,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 00000100
Octal 316 274 4
Decimal 206 188 4
Hex CE BC 4

RGB Percentages of Color #cebc04

%51.76
%47.24
%1.01

CMYK Percentages of Color #cebc04

%0
%9
%98
%19

Triadic Colors of #cebc04

#cebc04 #04cebc #bc04ce

Analogous Colors of #cebc04

#cebc04 #7bce04 #ce5704

Monochromatic Colors of #cebc04

#cebc04

Complementary Color

#cebc04 #0416ce

#cebc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc04 Color CSS Codes

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

#cebc04 Text Font Color

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

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


#cebc04 Background Color

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

This div background color is #cebc04


#cebc04 Border Color

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

This div border color is #cebc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc04


Comments

No comments written yet.

Please login to write comment.