Color Hex Logo

#ccc23b Color Hex

#CCC23B
(204,194,59)
0 Favorites   0 Comments

Color spaces of #ccc23b

RGB 20419459
HSL0.160.590.52
HSV56°71°80°
CMYK 0.000.050.71   0.20
XYZ44.983051.736711.7530
Yxy51.73670.41470.4770
Hunter Lab71.9282-14.242840.6618
CIE-Lab77.1231-11.744065.3302

#ccc23b color RGB value is (204,194,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00111011
Octal 314 302 73
Decimal 204 194 59
Hex CC C2 3B

RGB Percentages of Color #ccc23b

%44.64
%42.45
%12.91

CMYK Percentages of Color #ccc23b

%0
%5
%71
%20

Triadic Colors of #ccc23b

#ccc23b #3bccc2 #c23bcc

Analogous Colors of #ccc23b

#ccc23b #8ecc3b #cc7a3b

Monochromatic Colors of #ccc23b

#ccc23b

Complementary Color

#ccc23b #3b45cc

#ccc23b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc23b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc23b Color CSS Codes

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

#ccc23b Text Font Color

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

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


#ccc23b Background Color

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

This div background color is #ccc23b


#ccc23b Border Color

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

This div border color is #ccc23b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc23b


Comments

No comments written yet.

Please login to write comment.