Color Hex Logo

#ceb25a Color Hex

#CEB25A
(206,178,90)
0 Favorites   0 Comments

Color spaces of #ceb25a

RGB 20617890
HSL0.130.540.58
HSV46°56°81°
CMYK 0.000.140.56   0.19
XYZ43.219545.700816.2161
Yxy45.70080.41110.4347
Hunter Lab67.6024-4.185633.0995
CIE-Lab73.3510-0.644648.0405

#ceb25a color RGB value is (206,178,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01011010
Octal 316 262 132
Decimal 206 178 90
Hex CE B2 5A

RGB Percentages of Color #ceb25a

%43.46
%37.55
%18.99

CMYK Percentages of Color #ceb25a

%0
%14
%56
%19

Triadic Colors of #ceb25a

#ceb25a #5aceb2 #b25ace

Analogous Colors of #ceb25a

#ceb25a #b0ce5a #ce785a

Monochromatic Colors of #ceb25a

#ceb25a

Complementary Color

#ceb25a #5a76ce

#ceb25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb25a Color CSS Codes

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

#ceb25a Text Font Color

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

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


#ceb25a Background Color

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

This div background color is #ceb25a


#ceb25a Border Color

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

This div border color is #ceb25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb25a


Comments

No comments written yet.

Please login to write comment.