Color Hex Logo

#ccb71e Color Hex

#CCB71E
(204,183,30)
0 Favorites   0 Comments

Color spaces of #ccb71e

RGB 20418330
HSL0.150.740.46
HSV53°85°80°
CMYK 0.000.100.85   0.20
XYZ42.069746.79818.0439
Yxy46.79810.43410.4829
Hunter Lab68.4091-9.943540.9148
CIE-Lab74.0604-7.143071.3566

#ccb71e color RGB value is (204,183,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 00011110
Octal 314 267 36
Decimal 204 183 30
Hex CC B7 1E

RGB Percentages of Color #ccb71e

%48.92
%43.88
%7.19

CMYK Percentages of Color #ccb71e

%0
%10
%85
%20

Triadic Colors of #ccb71e

#ccb71e #1eccb7 #b71ecc

Analogous Colors of #ccb71e

#ccb71e #8acc1e #cc601e

Monochromatic Colors of #ccb71e

#ccb71e

Complementary Color

#ccb71e #1e33cc

#ccb71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb71e Color CSS Codes

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

#ccb71e Text Font Color

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

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


#ccb71e Background Color

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

This div background color is #ccb71e


#ccb71e Border Color

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

This div border color is #ccb71e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,183,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 #ccb71e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb71e


Comments

No comments written yet.

Please login to write comment.