Color Hex Logo

#ceb62d Color Hex

#CEB62D
(206,182,45)
0 Favorites   0 Comments

Color spaces of #ceb62d

RGB 20618245
HSL0.140.640.49
HSV51°78°81°
CMYK 0.000.120.78   0.19
XYZ42.655246.76729.2614
Yxy46.76720.43220.4739
Hunter Lab68.3865-8.339539.8411
CIE-Lab74.0406-5.297967.2858

#ceb62d color RGB value is (206,182,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 00101101
Octal 316 266 55
Decimal 206 182 45
Hex CE B6 2D

RGB Percentages of Color #ceb62d

%47.58
%42.03
%10.39

CMYK Percentages of Color #ceb62d

%0
%12
%78
%19

Triadic Colors of #ceb62d

#ceb62d #2dceb6 #b62dce

Analogous Colors of #ceb62d

#ceb62d #96ce2d #ce662d

Monochromatic Colors of #ceb62d

#ceb62d

Complementary Color

#ceb62d #2d45ce

#ceb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb62d Color CSS Codes

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

#ceb62d Text Font Color

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

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


#ceb62d Background Color

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

This div background color is #ceb62d


#ceb62d Border Color

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

This div border color is #ceb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb62d


Comments

No comments written yet.

Please login to write comment.