Color Hex Logo

#ccbd33 Color Hex

#CCBD33
(204,189,51)
0 Favorites   0 Comments

Color spaces of #ccbd33

RGB 20418951
HSL0.150.600.50
HSV54°75°80°
CMYK 0.000.070.75   0.20
XYZ43.697049.471610.3779
Yxy49.47160.42200.4778
Hunter Lab70.3361-12.193140.4872
CIE-Lab75.7438-9.547766.8210

#ccbd33 color RGB value is (204,189,51).

#ccbd33 hex color red value is 204, green value is 189 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ccbd33 hue: 0.15 , saturation: 0.60 and the lightness value of ccbd33 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 00110011
Octal 314 275 63
Decimal 204 189 51
Hex CC BD 33

RGB Percentages of Color #ccbd33

%45.95
%42.57
%11.49

CMYK Percentages of Color #ccbd33

%0
%7
%75
%20

Triadic Colors of #ccbd33

#ccbd33 #33ccbd #bd33cc

Analogous Colors of #ccbd33

#ccbd33 #8fcc33 #cc7133

Monochromatic Colors of #ccbd33

#ccbd33

Complementary Color

#ccbd33 #3342cc

#ccbd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd33 Color CSS Codes

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

#ccbd33 Text Font Color

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

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


#ccbd33 Background Color

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

This div background color is #ccbd33


#ccbd33 Border Color

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

This div border color is #ccbd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd33


Comments

No comments written yet.

Please login to write comment.