Color Hex Logo

#ccf486 Color Hex

#CCF486
(204,244,134)
0 Favorites   0 Comments

Color spaces of #ccf486

RGB 204244134
HSL0.230.830.74
HSV82°45°96°
CMYK 0.160.000.45   0.04
XYZ61.555679.260034.6086
Yxy79.26000.35090.4518
Hunter Lab89.0281-32.381139.2714
CIE-Lab91.3518-30.130148.5981

#ccf486 color RGB value is (204,244,134).

#ccf486 hex color red value is 204, green value is 244 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ccf486 hue: 0.23 , saturation: 0.83 and the lightness value of ccf486 is 0.74.

The process color (four color CMYK) of #ccf486 color hex is 0.16, 0.00, 0.45, 0.04. Web safe color of #ccf486 is #ccff99. Color #ccf486 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10000110
Octal 314 364 206
Decimal 204 244 134
Hex CC F4 86

RGB Percentages of Color #ccf486

%35.05
%41.92
%23.02

CMYK Percentages of Color #ccf486

%16
%0
%45
%4

Triadic Colors of #ccf486

#ccf486 #86ccf4 #f486cc

Analogous Colors of #ccf486

#ccf486 #95f486 #f4e586

Monochromatic Colors of #ccf486

#ccf486

Complementary Color

#ccf486 #ae86f4

#ccf486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf486 Color CSS Codes

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

#ccf486 Text Font Color

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

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


#ccf486 Background Color

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

This div background color is #ccf486


#ccf486 Border Color

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

This div border color is #ccf486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf486


Comments

No comments written yet.

Please login to write comment.