Color Hex Logo

#ccf874 Color Hex

#CCF874
(204,248,116)
0 Favorites   0 Comments

Color spaces of #ccf874

RGB 204248116
HSL0.220.900.71
HSV80°53°97°
CMYK 0.180.000.53   0.03
XYZ61.621681.233128.9548
Yxy81.23310.35870.4728
Hunter Lab90.1294-35.685844.0432
CIE-Lab92.2353-33.783858.0000

#ccf874 color RGB value is (204,248,116).

#ccf874 hex color red value is 204, green value is 248 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ccf874 hue: 0.22 , saturation: 0.90 and the lightness value of ccf874 is 0.71.

The process color (four color CMYK) of #ccf874 color hex is 0.18, 0.00, 0.53, 0.03. Web safe color of #ccf874 is #ccff66. Color #ccf874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111000 01110100
Octal 314 370 164
Decimal 204 248 116
Hex CC F8 74

RGB Percentages of Color #ccf874

%35.92
%43.66
%20.42

CMYK Percentages of Color #ccf874

%18
%0
%53
%3

Triadic Colors of #ccf874

#ccf874 #74ccf8 #f874cc

Analogous Colors of #ccf874

#ccf874 #8af874 #f8e274

Monochromatic Colors of #ccf874

#ccf874

Complementary Color

#ccf874 #a074f8

#ccf874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf874 Color CSS Codes

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

#ccf874 Text Font Color

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

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


#ccf874 Background Color

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

This div background color is #ccf874


#ccf874 Border Color

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

This div border color is #ccf874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf874


Comments

No comments written yet.

Please login to write comment.