Color Hex Logo

#ceb630 Color Hex

#CEB630
(206,182,48)
0 Favorites   0 Comments

Color spaces of #ceb630

RGB 20618248
HSL0.140.620.50
HSV51°77°81°
CMYK 0.000.120.77   0.19
XYZ42.715046.79119.5766
Yxy46.79110.43110.4722
Hunter Lab68.4040-8.242439.5822
CIE-Lab74.0559-5.185266.3255

#ceb630 color RGB value is (206,182,48).

#ceb630 hex color red value is 206, green value is 182 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ceb630 hue: 0.14 , saturation: 0.62 and the lightness value of ceb630 is 0.50.

The process color (four color CMYK) of #ceb630 color hex is 0.00, 0.12, 0.77, 0.19. Web safe color of #ceb630 is #cccc33. Color #ceb630 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 00110000
Octal 316 266 60
Decimal 206 182 48
Hex CE B6 30

RGB Percentages of Color #ceb630

%47.25
%41.74
%11.01

CMYK Percentages of Color #ceb630

%0
%12
%77
%19

Triadic Colors of #ceb630

#ceb630 #30ceb6 #b630ce

Analogous Colors of #ceb630

#ceb630 #97ce30 #ce6730

Monochromatic Colors of #ceb630

#ceb630

Complementary Color

#ceb630 #3048ce

#ceb630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb630 Color CSS Codes

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

#ceb630 Text Font Color

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

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


#ceb630 Background Color

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

This div background color is #ceb630


#ceb630 Border Color

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

This div border color is #ceb630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb630


Comments

No comments written yet.

Please login to write comment.