Color Hex Logo

#ceb25d Color Hex

#CEB25D
(206,178,93)
0 Favorites   0 Comments

Color spaces of #ceb25d

RGB 20617893
HSL0.130.540.59
HSV45°55°81°
CMYK 0.000.140.55   0.19
XYZ43.349845.752916.9023
Yxy45.75290.40890.4316
Hunter Lab67.6409-3.974232.5331
CIE-Lab73.3849-0.404946.6243

#ceb25d color RGB value is (206,178,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01011101
Octal 316 262 135
Decimal 206 178 93
Hex CE B2 5D

RGB Percentages of Color #ceb25d

%43.19
%37.32
%19.50

CMYK Percentages of Color #ceb25d

%0
%14
%55
%19

Triadic Colors of #ceb25d

#ceb25d #5dceb2 #b25dce

Analogous Colors of #ceb25d

#ceb25d #b2ce5d #ce7a5d

Monochromatic Colors of #ceb25d

#ceb25d

Complementary Color

#ceb25d #5d79ce

#ceb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb25d Color CSS Codes

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

#ceb25d Text Font Color

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

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


#ceb25d Background Color

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

This div background color is #ceb25d


#ceb25d Border Color

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

This div border color is #ceb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb25d


Comments

No comments written yet.

Please login to write comment.