Color Hex Logo

#ccbd1e Color Hex

#CCBD1E
(204,189,30)
0 Favorites   0 Comments

Color spaces of #ccbd1e

RGB 20418930
HSL0.150.740.46
HSV55°85°80°
CMYK 0.000.070.85   0.20
XYZ43.333849.32638.4653
Yxy49.32630.42850.4878
Hunter Lab70.2327-12.772142.0165
CIE-Lab75.6539-10.232372.6633

#ccbd1e color RGB value is (204,189,30).

#ccbd1e hex color red value is 204, green value is 189 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ccbd1e hue: 0.15 , saturation: 0.74 and the lightness value of ccbd1e is 0.46.

The process color (four color CMYK) of #ccbd1e color hex is 0.00, 0.07, 0.85, 0.20. Web safe color of #ccbd1e is #cccc33. Color #ccbd1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00011110
Octal 314 275 36
Decimal 204 189 30
Hex CC BD 1E

RGB Percentages of Color #ccbd1e

%48.23
%44.68
%7.09

CMYK Percentages of Color #ccbd1e

%0
%7
%85
%20

Triadic Colors of #ccbd1e

#ccbd1e #1eccbd #bd1ecc

Analogous Colors of #ccbd1e

#ccbd1e #84cc1e #cc661e

Monochromatic Colors of #ccbd1e

#ccbd1e

Complementary Color

#ccbd1e #1e2dcc

#ccbd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd1e Color CSS Codes

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

#ccbd1e Text Font Color

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

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


#ccbd1e Background Color

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

This div background color is #ccbd1e


#ccbd1e Border Color

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

This div border color is #ccbd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd1e


Comments

No comments written yet.

Please login to write comment.