Color Hex Logo

#ceb21f Color Hex

#CEB21F
(206,178,31)
0 Favorites   0 Comments

Color spaces of #ceb21f

RGB 20617831
HSL0.140.740.46
HSV50°85°81°
CMYK 0.000.140.85   0.19
XYZ41.621345.06157.8004
Yxy45.06150.44050.4769
Hunter Lab67.1279-6.798440.0999
CIE-Lab72.9324-3.639370.2671

#ceb21f color RGB value is (206,178,31).

#ceb21f hex color red value is 206, green value is 178 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ceb21f hue: 0.14 , saturation: 0.74 and the lightness value of ceb21f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00011111
Octal 316 262 37
Decimal 206 178 31
Hex CE B2 1F

RGB Percentages of Color #ceb21f

%49.64
%42.89
%7.47

CMYK Percentages of Color #ceb21f

%0
%14
%85
%19

Triadic Colors of #ceb21f

#ceb21f #1fceb2 #b21fce

Analogous Colors of #ceb21f

#ceb21f #93ce1f #ce5b1f

Monochromatic Colors of #ceb21f

#ceb21f

Complementary Color

#ceb21f #1f3bce

#ceb21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb21f Color CSS Codes

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

#ceb21f Text Font Color

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

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


#ceb21f Background Color

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

This div background color is #ceb21f


#ceb21f Border Color

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

This div border color is #ceb21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb21f


Comments

No comments written yet.

Please login to write comment.