Color Hex Logo

#ceb407 Color Hex

#CEB407
(206,180,7)
0 Favorites   0 Comments

Color spaces of #ceb407

RGB 2061807
HSL0.140.930.42
HSV52°97°81°
CMYK 0.000.130.97   0.19
XYZ41.813245.77976.8336
Yxy45.77970.44280.4848
Hunter Lab67.6607-8.096241.3743
CIE-Lab73.4024-5.082474.6616

#ceb407 color RGB value is (206,180,7).

#ceb407 hex color red value is 206, green value is 180 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ceb407 hue: 0.14 , saturation: 0.93 and the lightness value of ceb407 is 0.42.

The process color (four color CMYK) of #ceb407 color hex is 0.00, 0.13, 0.97, 0.19. Web safe color of #ceb407 is #cccc00. Color #ceb407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 00000111
Octal 316 264 7
Decimal 206 180 7
Hex CE B4 7

RGB Percentages of Color #ceb407

%52.42
%45.80
%1.78

CMYK Percentages of Color #ceb407

%0
%13
%97
%19

Triadic Colors of #ceb407

#ceb407 #07ceb4 #b407ce

Analogous Colors of #ceb407

#ceb407 #85ce07 #ce5107

Monochromatic Colors of #ceb407

#ceb407

Complementary Color

#ceb407 #0721ce

#ceb407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb407 Color CSS Codes

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

#ceb407 Text Font Color

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

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


#ceb407 Background Color

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

This div background color is #ceb407


#ceb407 Border Color

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

This div border color is #ceb407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb407


Comments

No comments written yet.

Please login to write comment.