Color Hex Logo

#ccf550 Color Hex

#CCF550
(204,245,80)
0 Favorites   0 Comments

Color spaces of #ccf550

RGB 20424580
HSL0.210.890.64
HSV75°67°96°
CMYK 0.170.000.67   0.04
XYZ59.002278.721419.6744
Yxy78.72140.37490.5001
Hunter Lab88.7251-36.566348.9603
CIE-Lab91.1081-35.145771.6000

#ccf550 color RGB value is (204,245,80).

#ccf550 hex color red value is 204, green value is 245 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccf550 hue: 0.21 , saturation: 0.89 and the lightness value of ccf550 is 0.64.

The process color (four color CMYK) of #ccf550 color hex is 0.17, 0.00, 0.67, 0.04. Web safe color of #ccf550 is #ccff66. Color #ccf550 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 01010000
Octal 314 365 120
Decimal 204 245 80
Hex CC F5 50

RGB Percentages of Color #ccf550

%38.56
%46.31
%15.12

CMYK Percentages of Color #ccf550

%17
%0
%67
%4

Triadic Colors of #ccf550

#ccf550 #50ccf5 #f550cc

Analogous Colors of #ccf550

#ccf550 #7af550 #f5cc50

Monochromatic Colors of #ccf550

#ccf550

Complementary Color

#ccf550 #7950f5

#ccf550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf550 Color CSS Codes

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

#ccf550 Text Font Color

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

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


#ccf550 Background Color

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

This div background color is #ccf550


#ccf550 Border Color

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

This div border color is #ccf550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf550


Comments

No comments written yet.

Please login to write comment.