Color Hex Logo

#ccc938 Color Hex

#CCC938
(204,201,56)
0 Favorites   0 Comments

Color spaces of #ccc938

RGB 20420156
HSL0.160.590.51
HSV59°73°80°
CMYK 0.000.010.73   0.20
XYZ46.502354.896211.8865
Yxy54.89620.41050.4846
Hunter Lab74.0920-17.629142.3525
CIE-Lab78.9814-15.415768.1750

#ccc938 color RGB value is (204,201,56).

#ccc938 hex color red value is 204, green value is 201 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ccc938 hue: 0.16 , saturation: 0.59 and the lightness value of ccc938 is 0.51.

The process color (four color CMYK) of #ccc938 color hex is 0.00, 0.01, 0.73, 0.20. Web safe color of #ccc938 is #cccc33. Color #ccc938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00111000
Octal 314 311 70
Decimal 204 201 56
Hex CC C9 38

RGB Percentages of Color #ccc938

%44.25
%43.60
%12.15

CMYK Percentages of Color #ccc938

%0
%1
%73
%20

Triadic Colors of #ccc938

#ccc938 #38ccc9 #c938cc

Analogous Colors of #ccc938

#ccc938 #85cc38 #cc7f38

Monochromatic Colors of #ccc938

#ccc938

Complementary Color

#ccc938 #383bcc

#ccc938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc938 Color CSS Codes

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

#ccc938 Text Font Color

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

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


#ccc938 Background Color

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

This div background color is #ccc938


#ccc938 Border Color

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

This div border color is #ccc938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc938


Comments

No comments written yet.

Please login to write comment.