Color Hex Logo

#ceb005 Color Hex

#CEB005
(206,176,5)
0 Favorites   0 Comments

Color spaces of #ceb005

RGB 2061765
HSL0.140.950.41
HSV51°98°81°
CMYK 0.000.150.98   0.19
XYZ41.006344.18346.5106
Yxy44.18340.44720.4818
Hunter Lab66.4706-6.205340.7221
CIE-Lab72.3509-3.012474.1213

#ceb005 color RGB value is (206,176,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 00000101
Octal 316 260 5
Decimal 206 176 5
Hex CE B0 5

RGB Percentages of Color #ceb005

%53.23
%45.48
%1.29

CMYK Percentages of Color #ceb005

%0
%15
%98
%19

Triadic Colors of #ceb005

#ceb005 #05ceb0 #b005ce

Analogous Colors of #ceb005

#ceb005 #88ce05 #ce4c05

Monochromatic Colors of #ceb005

#ceb005

Complementary Color

#ceb005 #0523ce

#ceb005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb005 Color CSS Codes

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

#ceb005 Text Font Color

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

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


#ceb005 Background Color

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

This div background color is #ceb005


#ceb005 Border Color

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

This div border color is #ceb005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb005


Comments

No comments written yet.

Please login to write comment.