Color Hex Logo

#ceb28b Color Hex

#CEB28B
(206,178,139)
0 Favorites   0 Comments

Color spaces of #ceb28b

RGB 206178139
HSL0.100.410.68
HSV35°33°81°
CMYK 0.000.140.33   0.19
XYZ46.034246.826731.0383
Yxy46.82670.37150.3779
Hunter Lab68.43000.327821.0084
CIE-Lab74.07884.390123.6820

#ceb28b color RGB value is (206,178,139).

#ceb28b hex color red value is 206, green value is 178 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ceb28b hue: 0.10 , saturation: 0.41 and the lightness value of ceb28b is 0.68.

The process color (four color CMYK) of #ceb28b color hex is 0.00, 0.14, 0.33, 0.19. Web safe color of #ceb28b is #cc9999. Color #ceb28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 10001011
Octal 316 262 213
Decimal 206 178 139
Hex CE B2 8B

RGB Percentages of Color #ceb28b

%39.39
%34.03
%26.58

CMYK Percentages of Color #ceb28b

%0
%14
%33
%19

Triadic Colors of #ceb28b

#ceb28b #8bceb2 #b28bce

Analogous Colors of #ceb28b

#ceb28b #c9ce8b #ce918b

Monochromatic Colors of #ceb28b

#ceb28b

Complementary Color

#ceb28b #8ba7ce

#ceb28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb28b Color CSS Codes

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

#ceb28b Text Font Color

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

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


#ceb28b Background Color

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

This div background color is #ceb28b


#ceb28b Border Color

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

This div border color is #ceb28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb28b


Comments

No comments written yet.

Please login to write comment.