Color Hex Logo

#cecb33 Color Hex

#CECB33
(206,203,51)
0 Favorites   0 Comments

Color spaces of #cecb33

RGB 20620351
HSL0.160.610.50
HSV59°75°81°
CMYK 0.000.010.75   0.19
XYZ47.407156.072711.4565
Yxy56.07270.41250.4879
Hunter Lab74.8817-18.035843.3461
CIE-Lab79.6552-15.780870.5035

#cecb33 color RGB value is (206,203,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 00110011
Octal 316 313 63
Decimal 206 203 51
Hex CE CB 33

RGB Percentages of Color #cecb33

%44.78
%44.13
%11.09

CMYK Percentages of Color #cecb33

%0
%1
%75
%19

Triadic Colors of #cecb33

#cecb33 #33cecb #cb33ce

Analogous Colors of #cecb33

#cecb33 #84ce33 #ce7e33

Monochromatic Colors of #cecb33

#cecb33

Complementary Color

#cecb33 #3336ce

#cecb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb33 Color CSS Codes

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

#cecb33 Text Font Color

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

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


#cecb33 Background Color

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

This div background color is #cecb33


#cecb33 Border Color

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

This div border color is #cecb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb33


Comments

No comments written yet.

Please login to write comment.