Color Hex Logo

#cebc45 Color Hex

#CEBC45
(206,188,69)
0 Favorites   0 Comments

Color spaces of #cebc45

RGB 20618869
HSL0.140.580.54
HSV52°67°81°
CMYK 0.000.090.67   0.19
XYZ44.511049.517912.8422
Yxy49.51790.41650.4633
Hunter Lab70.3690-10.237738.4380
CIE-Lab75.7724-7.289560.1462

#cebc45 color RGB value is (206,188,69).

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

The process color (four color CMYK) of #cebc45 color hex is 0.00, 0.09, 0.67, 0.19. Web safe color of #cebc45 is #cccc33. Color #cebc45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 01000101
Octal 316 274 105
Decimal 206 188 69
Hex CE BC 45

RGB Percentages of Color #cebc45

%44.49
%40.60
%14.90

CMYK Percentages of Color #cebc45

%0
%9
%67
%19

Triadic Colors of #cebc45

#cebc45 #45cebc #bc45ce

Analogous Colors of #cebc45

#cebc45 #9cce45 #ce7845

Monochromatic Colors of #cebc45

#cebc45

Complementary Color

#cebc45 #4557ce

#cebc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebc45 Color CSS Codes

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

#cebc45 Text Font Color

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

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


#cebc45 Background Color

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

This div background color is #cebc45


#cebc45 Border Color

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

This div border color is #cebc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebc45


Comments

No comments written yet.

Please login to write comment.