Color Hex Logo

#ceba23 Color Hex

#CEBA23
(206,186,35)
0 Favorites   0 Comments

Color spaces of #ceba23

RGB 20618635
HSL0.150.710.47
HSV53°83°81°
CMYK 0.000.100.83   0.19
XYZ43.315948.36108.6417
Yxy48.36100.43180.4821
Hunter Lab69.5421-10.515741.3117
CIE-Lab75.0521-7.691271.0369

#ceba23 color RGB value is (206,186,35).

#ceba23 hex color red value is 206, green value is 186 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #ceba23 hue: 0.15 , saturation: 0.71 and the lightness value of ceba23 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111010 00100011
Octal 316 272 43
Decimal 206 186 35
Hex CE BA 23

RGB Percentages of Color #ceba23

%48.24
%43.56
%8.20

CMYK Percentages of Color #ceba23

%0
%10
%83
%19

Triadic Colors of #ceba23

#ceba23 #23ceba #ba23ce

Analogous Colors of #ceba23

#ceba23 #8dce23 #ce6523

Monochromatic Colors of #ceba23

#ceba23

Complementary Color

#ceba23 #2337ce

#ceba23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceba23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceba23 Color CSS Codes

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

#ceba23 Text Font Color

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

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


#ceba23 Background Color

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

This div background color is #ceba23


#ceba23 Border Color

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

This div border color is #ceba23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceba23


Comments

No comments written yet.

Please login to write comment.