Color Hex Logo

#ceb148 Color Hex

#CEB148
(206,177,72)
0 Favorites   0 Comments

Color spaces of #ceb148

RGB 20617772
HSL0.130.580.55
HSV47°65°81°
CMYK 0.000.140.65   0.19
XYZ42.345445.034012.5915
Yxy45.03400.42360.4505
Hunter Lab67.1074-4.802735.8505
CIE-Lab72.9143-1.372055.8608

#ceb148 color RGB value is (206,177,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 01001000
Octal 316 261 110
Decimal 206 177 72
Hex CE B1 48

RGB Percentages of Color #ceb148

%45.27
%38.90
%15.82

CMYK Percentages of Color #ceb148

%0
%14
%65
%19

Triadic Colors of #ceb148

#ceb148 #48ceb1 #b148ce

Analogous Colors of #ceb148

#ceb148 #a8ce48 #ce6e48

Monochromatic Colors of #ceb148

#ceb148

Complementary Color

#ceb148 #4865ce

#ceb148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb148 Color CSS Codes

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

#ceb148 Text Font Color

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

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


#ceb148 Background Color

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

This div background color is #ceb148


#ceb148 Border Color

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

This div border color is #ceb148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb148


Comments

No comments written yet.

Please login to write comment.