Color Hex Logo

#ceb277 Color Hex

#CEB277
(206,178,119)
0 Favorites   0 Comments

Color spaces of #ceb277

RGB 206178119
HSL0.110.470.64
HSV41°42°81°
CMYK 0.000.140.42   0.19
XYZ44.703846.294524.0324
Yxy46.29450.38860.4025
Hunter Lab68.0401-1.791726.6862
CIE-Lab73.73622.046933.8503

#ceb277 color RGB value is (206,178,119).

#ceb277 hex color red value is 206, green value is 178 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ceb277 hue: 0.11 , saturation: 0.47 and the lightness value of ceb277 is 0.64.

The process color (four color CMYK) of #ceb277 color hex is 0.00, 0.14, 0.42, 0.19. Web safe color of #ceb277 is #cc9966. Color #ceb277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01110111
Octal 316 262 167
Decimal 206 178 119
Hex CE B2 77

RGB Percentages of Color #ceb277

%40.95
%35.39
%23.66

CMYK Percentages of Color #ceb277

%0
%14
%42
%19

Triadic Colors of #ceb277

#ceb277 #77ceb2 #b277ce

Analogous Colors of #ceb277

#ceb277 #bfce77 #ce8777

Monochromatic Colors of #ceb277

#ceb277

Complementary Color

#ceb277 #7793ce

#ceb277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb277 Color CSS Codes

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

#ceb277 Text Font Color

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

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


#ceb277 Background Color

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

This div background color is #ceb277


#ceb277 Border Color

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

This div border color is #ceb277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb277


Comments

No comments written yet.

Please login to write comment.