Color Hex Logo

#ceb469 Color Hex

#CEB469
(206,180,105)
0 Favorites   0 Comments

Color spaces of #ceb469

RGB 206180105
HSL0.120.510.61
HSV45°49°81°
CMYK 0.000.130.49   0.19
XYZ44.324746.784220.0587
Yxy46.78420.39870.4208
Hunter Lab68.3990-4.024630.4919
CIE-Lab74.0515-0.414441.4607

#ceb469 color RGB value is (206,180,105).

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

The process color (four color CMYK) of #ceb469 color hex is 0.00, 0.13, 0.49, 0.19. Web safe color of #ceb469 is #cccc66. Color #ceb469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110100 01101001
Octal 316 264 151
Decimal 206 180 105
Hex CE B4 69

RGB Percentages of Color #ceb469

%41.96
%36.66
%21.38

CMYK Percentages of Color #ceb469

%0
%13
%49
%19

Triadic Colors of #ceb469

#ceb469 #69ceb4 #b469ce

Analogous Colors of #ceb469

#ceb469 #b6ce69 #ce8269

Monochromatic Colors of #ceb469

#ceb469

Complementary Color

#ceb469 #6983ce

#ceb469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb469 Color CSS Codes

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

#ceb469 Text Font Color

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

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


#ceb469 Background Color

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

This div background color is #ceb469


#ceb469 Border Color

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

This div border color is #ceb469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb469


Comments

No comments written yet.

Please login to write comment.