Color Hex Logo

#cebd10 Color Hex

#CEBD10
(206,189,16)
0 Favorites   0 Comments

Color spaces of #cebd10

RGB 20618916
HSL0.150.860.44
HSV55°92°81°
CMYK 0.000.080.92   0.19
XYZ43.744749.55447.7496
Yxy49.55440.43290.4904
Hunter Lab70.3949-12.267842.7493
CIE-Lab75.7949-9.627875.3833

#cebd10 color RGB value is (206,189,16).

#cebd10 hex color red value is 206, green value is 189 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cebd10 hue: 0.15 , saturation: 0.86 and the lightness value of cebd10 is 0.44.

The process color (four color CMYK) of #cebd10 color hex is 0.00, 0.08, 0.92, 0.19. Web safe color of #cebd10 is #cccc00. Color #cebd10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 00010000
Octal 316 275 20
Decimal 206 189 16
Hex CE BD 10

RGB Percentages of Color #cebd10

%50.12
%45.99
%3.89

CMYK Percentages of Color #cebd10

%0
%8
%92
%19

Triadic Colors of #cebd10

#cebd10 #10cebd #bd10ce

Analogous Colors of #cebd10

#cebd10 #80ce10 #ce5e10

Monochromatic Colors of #cebd10

#cebd10

Complementary Color

#cebd10 #1021ce

#cebd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebd10 Color CSS Codes

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

#cebd10 Text Font Color

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

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


#cebd10 Background Color

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

This div background color is #cebd10


#cebd10 Border Color

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

This div border color is #cebd10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebd10


Comments

No comments written yet.

Please login to write comment.