Color Hex Logo

#ceb927 Color Hex

#CEB927
(206,185,39)
0 Favorites   0 Comments

Color spaces of #ceb927

RGB 20618539
HSL0.150.680.48
HSV52°81°81°
CMYK 0.000.100.81   0.19
XYZ43.168847.96628.9026
Yxy47.96620.43150.4795
Hunter Lab69.2576-9.940540.8590
CIE-Lab74.8036-7.056469.7521

#ceb927 color RGB value is (206,185,39).

#ceb927 hex color red value is 206, green value is 185 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ceb927 hue: 0.15 , saturation: 0.68 and the lightness value of ceb927 is 0.48.

The process color (four color CMYK) of #ceb927 color hex is 0.00, 0.10, 0.81, 0.19. Web safe color of #ceb927 is #cccc33. Color #ceb927 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 00100111
Octal 316 271 47
Decimal 206 185 39
Hex CE B9 27

RGB Percentages of Color #ceb927

%47.91
%43.02
%9.07

CMYK Percentages of Color #ceb927

%0
%10
%81
%19

Triadic Colors of #ceb927

#ceb927 #27ceb9 #b927ce

Analogous Colors of #ceb927

#ceb927 #90ce27 #ce6627

Monochromatic Colors of #ceb927

#ceb927

Complementary Color

#ceb927 #273cce

#ceb927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb927 Color CSS Codes

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

#ceb927 Text Font Color

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

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


#ceb927 Background Color

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

This div background color is #ceb927


#ceb927 Border Color

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

This div border color is #ceb927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb927


Comments

No comments written yet.

Please login to write comment.