Color Hex Logo

#cebc34 Color Hex

#CEBC34
(206,188,52)
0 Favorites   0 Comments

Color spaces of #cebc34

RGB 20618852
HSL0.150.610.51
HSV53°75°81°
CMYK 0.000.090.75   0.19
XYZ44.056749.336210.4496
Yxy49.33620.42430.4751
Hunter Lab70.2397-10.958440.3472
CIE-Lab75.6600-8.130666.4666

#cebc34 color RGB value is (206,188,52).

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

The process color (four color CMYK) of #cebc34 color hex is 0.00, 0.09, 0.75, 0.19. Web safe color of #cebc34 is #cccc33. Color #cebc34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 00110100
Octal 316 274 64
Decimal 206 188 52
Hex CE BC 34

RGB Percentages of Color #cebc34

%46.19
%42.15
%11.66

CMYK Percentages of Color #cebc34

%0
%9
%75
%19

Triadic Colors of #cebc34

#cebc34 #34cebc #bc34ce

Analogous Colors of #cebc34

#cebc34 #93ce34 #ce6f34

Monochromatic Colors of #cebc34

#cebc34

Complementary Color

#cebc34 #3446ce

#cebc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc34 Color CSS Codes

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

#cebc34 Text Font Color

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

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


#cebc34 Background Color

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

This div background color is #cebc34


#cebc34 Border Color

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

This div border color is #cebc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc34


Comments

No comments written yet.

Please login to write comment.