Color Hex Logo

#ccc238 Color Hex

#CCC238
(204,194,56)
0 Favorites   0 Comments

Color spaces of #ccc238

RGB 20419456
HSL0.160.590.51
HSV56°73°80°
CMYK 0.000.050.73   0.20
XYZ44.907451.706511.3549
Yxy51.70650.41590.4789
Hunter Lab71.9072-14.361140.9726
CIE-Lab77.1050-11.884366.3866

#ccc238 color RGB value is (204,194,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00111000
Octal 314 302 70
Decimal 204 194 56
Hex CC C2 38

RGB Percentages of Color #ccc238

%44.93
%42.73
%12.33

CMYK Percentages of Color #ccc238

%0
%5
%73
%20

Triadic Colors of #ccc238

#ccc238 #38ccc2 #c238cc

Analogous Colors of #ccc238

#ccc238 #8ccc38 #cc7838

Monochromatic Colors of #ccc238

#ccc238

Complementary Color

#ccc238 #3842cc

#ccc238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc238 Color CSS Codes

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

#ccc238 Text Font Color

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

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


#ccc238 Background Color

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

This div background color is #ccc238


#ccc238 Border Color

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

This div border color is #ccc238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc238


Comments

No comments written yet.

Please login to write comment.