Color Hex Logo

#cebd22 Color Hex

#CEBD22
(206,189,34)
0 Favorites   0 Comments

Color spaces of #cebd22

RGB 20618934
HSL0.150.720.47
HSV54°83°81°
CMYK 0.000.080.83   0.19
XYZ43.939949.63258.7775
Yxy49.63250.42930.4849
Hunter Lab70.4503-11.957641.9282
CIE-Lab75.8431-9.262271.9529

#cebd22 color RGB value is (206,189,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 00100010
Octal 316 275 42
Decimal 206 189 34
Hex CE BD 22

RGB Percentages of Color #cebd22

%48.02
%44.06
%7.93

CMYK Percentages of Color #cebd22

%0
%8
%83
%19

Triadic Colors of #cebd22

#cebd22 #22cebd #bd22ce

Analogous Colors of #cebd22

#cebd22 #89ce22 #ce6722

Monochromatic Colors of #cebd22

#cebd22

Complementary Color

#cebd22 #2233ce

#cebd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebd22 Color CSS Codes

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

#cebd22 Text Font Color

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

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


#cebd22 Background Color

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

This div background color is #cebd22


#cebd22 Border Color

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

This div border color is #cebd22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebd22


Comments

No comments written yet.

Please login to write comment.