Color Hex Logo

#ceb934 Color Hex

#CEB934
(206,185,52)
0 Favorites   0 Comments

Color spaces of #ceb934

RGB 20618552
HSL0.140.610.51
HSV52°75°81°
CMYK 0.000.100.75   0.19
XYZ43.422448.067710.2382
Yxy48.06770.42680.4725
Hunter Lab69.3309-9.533339.7762
CIE-Lab74.8676-6.581165.7221

#ceb934 color RGB value is (206,185,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00110100
Octal 316 271 64
Decimal 206 185 52
Hex CE B9 34

RGB Percentages of Color #ceb934

%46.50
%41.76
%11.74

CMYK Percentages of Color #ceb934

%0
%10
%75
%19

Triadic Colors of #ceb934

#ceb934 #34ceb9 #b934ce

Analogous Colors of #ceb934

#ceb934 #96ce34 #ce6c34

Monochromatic Colors of #ceb934

#ceb934

Complementary Color

#ceb934 #3449ce

#ceb934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb934 Color CSS Codes

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

#ceb934 Text Font Color

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

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


#ceb934 Background Color

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

This div background color is #ceb934


#ceb934 Border Color

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

This div border color is #ceb934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb934


Comments

No comments written yet.

Please login to write comment.