Color Hex Logo

#ceb24f Color Hex

#CEB24F
(206,178,79)
0 Favorites   0 Comments

Color spaces of #ceb24f

RGB 20617879
HSL0.130.560.56
HSV47°62°81°
CMYK 0.000.140.62   0.19
XYZ42.785345.527113.9297
Yxy45.52710.41850.4453
Hunter Lab67.4738-4.891834.9914
CIE-Lab73.2376-1.448053.0819

#ceb24f color RGB value is (206,178,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01001111
Octal 316 262 117
Decimal 206 178 79
Hex CE B2 4F

RGB Percentages of Color #ceb24f

%44.49
%38.44
%17.06

CMYK Percentages of Color #ceb24f

%0
%14
%62
%19

Triadic Colors of #ceb24f

#ceb24f #4fceb2 #b24fce

Analogous Colors of #ceb24f

#ceb24f #abce4f #ce734f

Monochromatic Colors of #ceb24f

#ceb24f

Complementary Color

#ceb24f #4f6bce

#ceb24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb24f Color CSS Codes

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

#ceb24f Text Font Color

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

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


#ceb24f Background Color

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

This div background color is #ceb24f


#ceb24f Border Color

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

This div border color is #ceb24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb24f


Comments

No comments written yet.

Please login to write comment.