Color Hex Logo

#cccf3d Color Hex

#CCCF3D
(204,207,61)
0 Favorites   0 Comments

Color spaces of #cccf3d

RGB 20420761
HSL0.170.600.53
HSV61°71°81°
CMYK 0.010.000.71   0.19
XYZ48.057057.799913.0385
Yxy57.79990.40420.4861
Hunter Lab76.0262-20.214243.0501
CIE-Lab80.6274-18.167768.0197

#cccf3d color RGB value is (204,207,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 00111101
Octal 314 317 75
Decimal 204 207 61
Hex CC CF 3D

RGB Percentages of Color #cccf3d

%43.22
%43.86
%12.92

CMYK Percentages of Color #cccf3d

%1
%0
%71
%19

Triadic Colors of #cccf3d

#cccf3d #3dcccf #cf3dcc

Analogous Colors of #cccf3d

#cccf3d #83cf3d #cf893d

Monochromatic Colors of #cccf3d

#cccf3d

Complementary Color

#cccf3d #403dcf

#cccf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccf3d Color CSS Codes

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

#cccf3d Text Font Color

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

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


#cccf3d Background Color

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

This div background color is #cccf3d


#cccf3d Border Color

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

This div border color is #cccf3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccf3d


Comments

No comments written yet.

Please login to write comment.