Color Hex Logo

#ceb038 Color Hex

#CEB038
(206,176,56)
0 Favorites   0 Comments

Color spaces of #ceb038

RGB 20617656
HSL0.130.600.51
HSV48°73°81°
CMYK 0.000.150.73   0.19
XYZ41.692744.458010.1252
Yxy44.45800.43310.4618
Hunter Lab66.6768-5.069337.6703
CIE-Lab72.5336-1.703362.0337

#ceb038 color RGB value is (206,176,56).

#ceb038 hex color red value is 206, green value is 176 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ceb038 hue: 0.13 , saturation: 0.60 and the lightness value of ceb038 is 0.51.

The process color (four color CMYK) of #ceb038 color hex is 0.00, 0.15, 0.73, 0.19. Web safe color of #ceb038 is #cc9933. Color #ceb038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00111000
Octal 316 260 70
Decimal 206 176 56
Hex CE B0 38

RGB Percentages of Color #ceb038

%47.03
%40.18
%12.79

CMYK Percentages of Color #ceb038

%0
%15
%73
%19

Triadic Colors of #ceb038

#ceb038 #38ceb0 #b038ce

Analogous Colors of #ceb038

#ceb038 #a1ce38 #ce6538

Monochromatic Colors of #ceb038

#ceb038

Complementary Color

#ceb038 #3856ce

#ceb038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb038 Color CSS Codes

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

#ceb038 Text Font Color

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

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


#ceb038 Background Color

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

This div background color is #ceb038


#ceb038 Border Color

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

This div border color is #ceb038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb038


Comments

No comments written yet.

Please login to write comment.