Color Hex Logo

#cecb3d Color Hex

#CECB3D
(206,203,61)
0 Favorites   0 Comments

Color spaces of #cecb3d

RGB 20620361
HSL0.160.600.52
HSV59°70°81°
CMYK 0.000.010.70   0.19
XYZ47.651856.170612.7454
Yxy56.17060.40880.4819
Hunter Lab74.9470-17.665942.3802
CIE-Lab79.7108-15.339567.1836

#cecb3d color RGB value is (206,203,61).

#cecb3d hex color red value is 206, green value is 203 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cecb3d hue: 0.16 , saturation: 0.60 and the lightness value of cecb3d is 0.52.

The process color (four color CMYK) of #cecb3d color hex is 0.00, 0.01, 0.70, 0.19. Web safe color of #cecb3d is #cccc33. Color #cecb3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 00111101
Octal 316 313 75
Decimal 206 203 61
Hex CE CB 3D

RGB Percentages of Color #cecb3d

%43.83
%43.19
%12.98

CMYK Percentages of Color #cecb3d

%0
%1
%70
%19

Triadic Colors of #cecb3d

#cecb3d #3dcecb #cb3dce

Analogous Colors of #cecb3d

#cecb3d #89ce3d #ce833d

Monochromatic Colors of #cecb3d

#cecb3d

Complementary Color

#cecb3d #3d40ce

#cecb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb3d Color CSS Codes

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

#cecb3d Text Font Color

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

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


#cecb3d Background Color

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

This div background color is #cecb3d


#cecb3d Border Color

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

This div border color is #cecb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb3d


Comments

No comments written yet.

Please login to write comment.