color codes Logo

#ccc75d color codes

#CCC75D
(204,199,93)
0 Favorites   0 Comments

Color spaces of #ccc75d

RGB 20419993
HSL0.160.520.58
HSV57°54°80°
CMYK 0.000.020.54   0.20
XYZ47.301054.474518.3775
Yxy54.47450.39370.4534
Hunter Lab73.8068-14.765736.9019
CIE-Lab78.7376-12.121852.8128

#ccc75d color RGB value is (204,199,93).

#ccc75d hex color red value is 204, green value is 199 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ccc75d hue: 0.16 , saturation: 0.52 and the lightness value of ccc75d is 0.58.

The process color (four color CMYK) of #ccc75d color code is 0.00, 0.02, 0.54, 0.20. Web safe color of #ccc75d is #cccc66. Color #ccc75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 01011101
Octal 314 307 135
Decimal 204 199 93
Hex CC C7 5D

RGB Percentages of Color #ccc75d

%41.13
%40.12
%18.75

CMYK Percentages of Color #ccc75d

%0
%2
%54
%20

Triadic Colors of #ccc75d

#ccc75d #5dccc7 #c75dcc

Analogous Colors of #ccc75d

#ccc75d #9acc5d #cc905d

Monochromatic Colors of #ccc75d

#ccc75d

Complementary Color

#ccc75d #5d62cc

#ccc75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc75d Color CSS Codes

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

#ccc75d Text Font Color

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

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


#ccc75d Background Color

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

This div background color is #ccc75d


#ccc75d Border Color

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

This div border color is #ccc75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc75d

#ccc75d Color Palettes


Comments

No comments written yet.

Please login to write comment.