Color Hex Logo

#ccf185 Color Hex

#CCF185
(204,241,133)
0 Favorites   0 Comments

Color spaces of #ccf185

RGB 204241133
HSL0.220.790.73
HSV81°45°95°
CMYK 0.150.000.45   0.05
XYZ60.590877.441433.9445
Yxy77.44140.35230.4503
Hunter Lab88.0008-31.099638.7307
CIE-Lab90.5244-28.835648.0502

#ccf185 color RGB value is (204,241,133).

#ccf185 hex color red value is 204, green value is 241 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ccf185 hue: 0.22 , saturation: 0.79 and the lightness value of ccf185 is 0.73.

The process color (four color CMYK) of #ccf185 color hex is 0.15, 0.00, 0.45, 0.05. Web safe color of #ccf185 is #ccff99. Color #ccf185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 10000101
Octal 314 361 205
Decimal 204 241 133
Hex CC F1 85

RGB Percentages of Color #ccf185

%35.29
%41.70
%23.01

CMYK Percentages of Color #ccf185

%15
%0
%45
%5

Triadic Colors of #ccf185

#ccf185 #85ccf1 #f185cc

Analogous Colors of #ccf185

#ccf185 #96f185 #f1e085

Monochromatic Colors of #ccf185

#ccf185

Complementary Color

#ccf185 #aa85f1

#ccf185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf185 Color CSS Codes

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

#ccf185 Text Font Color

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

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


#ccf185 Background Color

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

This div background color is #ccf185


#ccf185 Border Color

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

This div border color is #ccf185


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,241,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 #ccf185">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf185


Comments

No comments written yet.

Please login to write comment.