Color Hex Logo

#ccf066 Color Hex

#CCF066
(204,240,102)
0 Favorites   0 Comments

Color spaces of #ccf066

RGB 204240102
HSL0.210.820.67
HSV76°58°94°
CMYK 0.150.000.58   0.06
XYZ58.460276.116924.1812
Yxy76.11690.36820.4795
Hunter Lab87.2450-33.071444.6384
CIE-Lab89.9136-31.307161.4933

#ccf066 color RGB value is (204,240,102).

#ccf066 hex color red value is 204, green value is 240 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ccf066 hue: 0.21 , saturation: 0.82 and the lightness value of ccf066 is 0.67.

The process color (four color CMYK) of #ccf066 color hex is 0.15, 0.00, 0.58, 0.06. Web safe color of #ccf066 is #ccff66. Color #ccf066 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01100110
Octal 314 360 146
Decimal 204 240 102
Hex CC F0 66

RGB Percentages of Color #ccf066

%37.36
%43.96
%18.68

CMYK Percentages of Color #ccf066

%15
%0
%58
%6

Triadic Colors of #ccf066

#ccf066 #66ccf0 #f066cc

Analogous Colors of #ccf066

#ccf066 #87f066 #f0cf66

Monochromatic Colors of #ccf066

#ccf066

Complementary Color

#ccf066 #8a66f0

#ccf066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf066 Color CSS Codes

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

#ccf066 Text Font Color

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

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


#ccf066 Background Color

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

This div background color is #ccf066


#ccf066 Border Color

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

This div border color is #ccf066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf066


Comments

No comments written yet.

Please login to write comment.