Color Hex Logo

#ceb615 Color Hex

#CEB615
(206,182,21)
0 Favorites   0 Comments

Color spaces of #ceb615

RGB 20618221
HSL0.150.810.45
HSV52°90°81°
CMYK 0.000.120.90   0.19
XYZ42.316946.63197.4800
Yxy46.63190.43880.4836
Hunter Lab68.2876-8.889141.3069
CIE-Lab73.9537-5.938073.1813

#ceb615 color RGB value is (206,182,21).

#ceb615 hex color red value is 206, green value is 182 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ceb615 hue: 0.15 , saturation: 0.81 and the lightness value of ceb615 is 0.45.

The process color (four color CMYK) of #ceb615 color hex is 0.00, 0.12, 0.90, 0.19. Web safe color of #ceb615 is #cccc00. Color #ceb615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 00010101
Octal 316 266 25
Decimal 206 182 21
Hex CE B6 15

RGB Percentages of Color #ceb615

%50.37
%44.50
%5.13

CMYK Percentages of Color #ceb615

%0
%12
%90
%19

Triadic Colors of #ceb615

#ceb615 #15ceb6 #b615ce

Analogous Colors of #ceb615

#ceb615 #8ace15 #ce5a15

Monochromatic Colors of #ceb615

#ceb615

Complementary Color

#ceb615 #152dce

#ceb615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb615 Color CSS Codes

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

#ceb615 Text Font Color

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

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


#ceb615 Background Color

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

This div background color is #ceb615


#ceb615 Border Color

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

This div border color is #ceb615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb615


Comments

No comments written yet.

Please login to write comment.