Color Hex Logo

#ceb003 Color Hex

#CEB003
(206,176,3)
0 Favorites   0 Comments

Color spaces of #ceb003

RGB 2061763
HSL0.140.970.41
HSV51°99°81°
CMYK 0.000.150.99   0.19
XYZ40.995444.17916.4529
Yxy44.17910.44740.4822
Hunter Lab66.4674-6.223640.7711
CIE-Lab72.3480-3.033574.3481

#ceb003 color RGB value is (206,176,3).

#ceb003 hex color red value is 206, green value is 176 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ceb003 hue: 0.14 , saturation: 0.97 and the lightness value of ceb003 is 0.41.

The process color (four color CMYK) of #ceb003 color hex is 0.00, 0.15, 0.99, 0.19. Web safe color of #ceb003 is #cc9900. Color #ceb003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00000011
Octal 316 260 3
Decimal 206 176 3
Hex CE B0 3

RGB Percentages of Color #ceb003

%53.51
%45.71
%0.78

CMYK Percentages of Color #ceb003

%0
%15
%99
%19

Triadic Colors of #ceb003

#ceb003 #03ceb0 #b003ce

Analogous Colors of #ceb003

#ceb003 #87ce03 #ce4b03

Monochromatic Colors of #ceb003

#ceb003

Complementary Color

#ceb003 #0321ce

#ceb003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb003 Color CSS Codes

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

#ceb003 Text Font Color

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

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


#ceb003 Background Color

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

This div background color is #ceb003


#ceb003 Border Color

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

This div border color is #ceb003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb003


Comments

No comments written yet.

Please login to write comment.