Color Hex Logo

#ceb63b Color Hex

#CEB63B
(206,182,59)
0 Favorites   0 Comments

Color spaces of #ceb63b

RGB 20618259
HSL0.140.600.52
HSV50°71°81°
CMYK 0.000.120.71   0.19
XYZ42.971046.893510.9242
Yxy46.89350.42630.4653
Hunter Lab68.4788-7.827838.4768
CIE-Lab74.1216-4.704662.4484

#ceb63b color RGB value is (206,182,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 00111011
Octal 316 266 73
Decimal 206 182 59
Hex CE B6 3B

RGB Percentages of Color #ceb63b

%46.09
%40.72
%13.20

CMYK Percentages of Color #ceb63b

%0
%12
%71
%19

Triadic Colors of #ceb63b

#ceb63b #3bceb6 #b63bce

Analogous Colors of #ceb63b

#ceb63b #9dce3b #ce6d3b

Monochromatic Colors of #ceb63b

#ceb63b

Complementary Color

#ceb63b #3b53ce

#ceb63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb63b Color CSS Codes

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

#ceb63b Text Font Color

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

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


#ceb63b Background Color

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

This div background color is #ceb63b


#ceb63b Border Color

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

This div border color is #ceb63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb63b


Comments

No comments written yet.

Please login to write comment.