Color Hex Logo

#ceb651 Color Hex

#CEB651
(206,182,81)
0 Favorites   0 Comments

Color spaces of #ceb651

RGB 20618281
HSL0.130.560.56
HSV48°61°81°
CMYK 0.000.120.61   0.19
XYZ43.666847.171814.5882
Yxy47.17180.41420.4474
Hunter Lab68.6817-6.705435.4838
CIE-Lab74.2995-3.411353.3492

#ceb651 color RGB value is (206,182,81).

#ceb651 hex color red value is 206, green value is 182 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ceb651 hue: 0.13 , saturation: 0.56 and the lightness value of ceb651 is 0.56.

The process color (four color CMYK) of #ceb651 color hex is 0.00, 0.12, 0.61, 0.19. Web safe color of #ceb651 is #cccc66. Color #ceb651 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 01010001
Octal 316 266 121
Decimal 206 182 81
Hex CE B6 51

RGB Percentages of Color #ceb651

%43.92
%38.81
%17.27

CMYK Percentages of Color #ceb651

%0
%12
%61
%19

Triadic Colors of #ceb651

#ceb651 #51ceb6 #b651ce

Analogous Colors of #ceb651

#ceb651 #a8ce51 #ce7851

Monochromatic Colors of #ceb651

#ceb651

Complementary Color

#ceb651 #5169ce

#ceb651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb651 Color CSS Codes

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

#ceb651 Text Font Color

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

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


#ceb651 Background Color

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

This div background color is #ceb651


#ceb651 Border Color

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

This div border color is #ceb651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb651


Comments

No comments written yet.

Please login to write comment.