Color Hex Logo

#ccf065 Color Hex

#CCF065
(204,240,101)
0 Favorites   0 Comments

Color spaces of #ccf065

RGB 204240101
HSL0.210.820.67
HSV76°58°94°
CMYK 0.150.000.58   0.06
XYZ58.410976.097123.9216
Yxy76.09710.36870.4803
Hunter Lab87.2337-33.136844.8048
CIE-Lab89.9044-31.387161.9125

#ccf065 color RGB value is (204,240,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110000 01100101
Octal 314 360 145
Decimal 204 240 101
Hex CC F0 65

RGB Percentages of Color #ccf065

%37.43
%44.04
%18.53

CMYK Percentages of Color #ccf065

%15
%0
%58
%6

Triadic Colors of #ccf065

#ccf065 #65ccf0 #f065cc

Analogous Colors of #ccf065

#ccf065 #87f065 #f0cf65

Monochromatic Colors of #ccf065

#ccf065

Complementary Color

#ccf065 #8965f0

#ccf065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf065 Color CSS Codes

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

#ccf065 Text Font Color

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

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


#ccf065 Background Color

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

This div background color is #ccf065


#ccf065 Border Color

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

This div border color is #ccf065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf065


Comments

No comments written yet.

Please login to write comment.