Color Hex Logo

#ceb048 Color Hex

#CEB048
(206,176,72)
0 Favorites   0 Comments

Color spaces of #ceb048

RGB 20617672
HSL0.130.580.55
HSV47°65°81°
CMYK 0.000.150.65   0.19
XYZ42.148644.640412.5259
Yxy44.64040.42440.4495
Hunter Lab66.8135-4.318735.6540
CIE-Lab72.6545-0.844755.5824

#ceb048 color RGB value is (206,176,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 01001000
Octal 316 260 110
Decimal 206 176 72
Hex CE B0 48

RGB Percentages of Color #ceb048

%45.37
%38.77
%15.86

CMYK Percentages of Color #ceb048

%0
%15
%65
%19

Triadic Colors of #ceb048

#ceb048 #48ceb0 #b048ce

Analogous Colors of #ceb048

#ceb048 #a9ce48 #ce6d48

Monochromatic Colors of #ceb048

#ceb048

Complementary Color

#ceb048 #4866ce

#ceb048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb048 Color CSS Codes

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

#ceb048 Text Font Color

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

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


#ceb048 Background Color

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

This div background color is #ceb048


#ceb048 Border Color

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

This div border color is #ceb048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb048


Comments

No comments written yet.

Please login to write comment.