Color Hex Logo

#ccbe34 Color Hex

#CCBE34
(204,190,52)
0 Favorites   0 Comments

Color spaces of #ccbe34

RGB 20419052
HSL0.150.600.50
HSV54°75°80°
CMYK 0.000.070.75   0.20
XYZ43.935149.912210.5672
Yxy49.91220.42080.4780
Hunter Lab70.6486-12.629040.5857
CIE-Lab76.0153-10.018566.7370

#ccbe34 color RGB value is (204,190,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 00110100
Octal 314 276 64
Decimal 204 190 52
Hex CC BE 34

RGB Percentages of Color #ccbe34

%45.74
%42.60
%11.66

CMYK Percentages of Color #ccbe34

%0
%7
%75
%20

Triadic Colors of #ccbe34

#ccbe34 #34ccbe #be34cc

Analogous Colors of #ccbe34

#ccbe34 #8ecc34 #cc7234

Monochromatic Colors of #ccbe34

#ccbe34

Complementary Color

#ccbe34 #3442cc

#ccbe34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbe34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbe34 Color CSS Codes

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

#ccbe34 Text Font Color

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

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


#ccbe34 Background Color

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

This div background color is #ccbe34


#ccbe34 Border Color

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

This div border color is #ccbe34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbe34


Comments

No comments written yet.

Please login to write comment.