Color Hex Logo

#cccb2d Color Hex

#CCCB2D
(204,203,45)
0 Favorites   0 Comments

Color spaces of #cccb2d

RGB 20420345
HSL0.170.640.49
HSV60°78°80°
CMYK 0.000.000.78   0.20
XYZ46.731455.738710.7783
Yxy55.73870.41260.4922
Hunter Lab74.6584-18.922443.7013
CIE-Lab79.4649-16.853572.0765

#cccb2d color RGB value is (204,203,45).

#cccb2d hex color red value is 204, green value is 203 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cccb2d hue: 0.17 , saturation: 0.64 and the lightness value of cccb2d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00101101
Octal 314 313 55
Decimal 204 203 45
Hex CC CB 2D

RGB Percentages of Color #cccb2d

%45.13
%44.91
%9.96

CMYK Percentages of Color #cccb2d

%0
%0
%78
%20

Triadic Colors of #cccb2d

#cccb2d #2dcccb #cb2dcc

Analogous Colors of #cccb2d

#cccb2d #7ecc2d #cc7c2d

Monochromatic Colors of #cccb2d

#cccb2d

Complementary Color

#cccb2d #2d2ecc

#cccb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb2d Color CSS Codes

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

#cccb2d Text Font Color

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

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


#cccb2d Background Color

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

This div background color is #cccb2d


#cccb2d Border Color

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

This div border color is #cccb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb2d


Comments

No comments written yet.

Please login to write comment.