Color Hex Logo

#ccc138 Color Hex

#CCC138
(204,193,56)
0 Favorites   0 Comments

Color spaces of #ccc138

RGB 20419356
HSL0.150.590.51
HSV56°73°80°
CMYK 0.000.050.73   0.20
XYZ44.685651.262811.2809
Yxy51.26280.41670.4781
Hunter Lab71.5980-13.891640.7770
CIE-Lab76.8379-11.375366.1310

#ccc138 color RGB value is (204,193,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 00111000
Octal 314 301 70
Decimal 204 193 56
Hex CC C1 38

RGB Percentages of Color #ccc138

%45.03
%42.60
%12.36

CMYK Percentages of Color #ccc138

%0
%5
%73
%20

Triadic Colors of #ccc138

#ccc138 #38ccc1 #c138cc

Analogous Colors of #ccc138

#ccc138 #8dcc38 #cc7738

Monochromatic Colors of #ccc138

#ccc138

Complementary Color

#ccc138 #3843cc

#ccc138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc138 Color CSS Codes

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

#ccc138 Text Font Color

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

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


#ccc138 Background Color

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

This div background color is #ccc138


#ccc138 Border Color

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

This div border color is #ccc138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc138


Comments

No comments written yet.

Please login to write comment.