Color Hex Logo

#ccf485 Color Hex

#CCF485
(204,244,133)
0 Favorites   0 Comments

Color spaces of #ccf485

RGB 204244133
HSL0.230.830.74
HSV82°45°96°
CMYK 0.160.000.45   0.04
XYZ61.486279.232234.2430
Yxy79.23220.35140.4529
Hunter Lab89.0125-32.471339.4999
CIE-Lab91.3393-30.238649.0588

#ccf485 color RGB value is (204,244,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 10000101
Octal 314 364 205
Decimal 204 244 133
Hex CC F4 85

RGB Percentages of Color #ccf485

%35.11
%42.00
%22.89

CMYK Percentages of Color #ccf485

%16
%0
%45
%4

Triadic Colors of #ccf485

#ccf485 #85ccf4 #f485cc

Analogous Colors of #ccf485

#ccf485 #95f485 #f4e585

Monochromatic Colors of #ccf485

#ccf485

Complementary Color

#ccf485 #ad85f4

#ccf485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf485 Color CSS Codes

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

#ccf485 Text Font Color

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

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


#ccf485 Background Color

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

This div background color is #ccf485


#ccf485 Border Color

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

This div border color is #ccf485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf485


Comments

No comments written yet.

Please login to write comment.