Color Hex Logo

#cccf34 Color Hex

#CCCF34
(204,207,52)
0 Favorites   0 Comments

Color spaces of #cccf34

RGB 20420752
HSL0.170.620.51
HSV61°75°81°
CMYK 0.010.000.75   0.19
XYZ47.834557.710911.8670
Yxy57.71090.40740.4915
Hunter Lab75.9677-20.547543.9156
CIE-Lab80.5778-18.569570.9797

#cccf34 color RGB value is (204,207,52).

#cccf34 hex color red value is 204, green value is 207 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #cccf34 hue: 0.17 , saturation: 0.62 and the lightness value of cccf34 is 0.51.

The process color (four color CMYK) of #cccf34 color hex is 0.01, 0.00, 0.75, 0.19. Web safe color of #cccf34 is #cccc33. Color #cccf34 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 00110100
Octal 314 317 64
Decimal 204 207 52
Hex CC CF 34

RGB Percentages of Color #cccf34

%44.06
%44.71
%11.23

CMYK Percentages of Color #cccf34

%1
%0
%75
%19

Triadic Colors of #cccf34

#cccf34 #34cccf #cf34cc

Analogous Colors of #cccf34

#cccf34 #7fcf34 #cf8534

Monochromatic Colors of #cccf34

#cccf34

Complementary Color

#cccf34 #3734cf

#cccf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf34 Color CSS Codes

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

#cccf34 Text Font Color

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

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


#cccf34 Background Color

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

This div background color is #cccf34


#cccf34 Border Color

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

This div border color is #cccf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf34


Comments

No comments written yet.

Please login to write comment.