Color Hex Logo

#ceb236 Color Hex

#CEB236
(206,178,54)
0 Favorites   0 Comments

Color spaces of #ceb236

RGB 20617854
HSL0.140.610.51
HSV49°74°81°
CMYK 0.000.140.74   0.19
XYZ42.039845.228910.0043
Yxy45.22890.43220.4650
Hunter Lab67.2524-6.110638.2569
CIE-Lab73.0424-2.845063.2730

#ceb236 color RGB value is (206,178,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 00110110
Octal 316 262 66
Decimal 206 178 54
Hex CE B2 36

RGB Percentages of Color #ceb236

%47.03
%40.64
%12.33

CMYK Percentages of Color #ceb236

%0
%14
%74
%19

Triadic Colors of #ceb236

#ceb236 #36ceb2 #b236ce

Analogous Colors of #ceb236

#ceb236 #9ece36 #ce6636

Monochromatic Colors of #ceb236

#ceb236

Complementary Color

#ceb236 #3652ce

#ceb236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb236 Color CSS Codes

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

#ceb236 Text Font Color

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

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


#ceb236 Background Color

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

This div background color is #ceb236


#ceb236 Border Color

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

This div border color is #ceb236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb236


Comments

No comments written yet.

Please login to write comment.