Color Hex Logo

#ccf548 Color Hex

#CCF548
(204,245,72)
0 Favorites   0 Comments

Color spaces of #ccf548

RGB 20424572
HSL0.210.900.62
HSV74°71°96°
CMYK 0.170.000.71   0.04
XYZ58.723978.610118.2091
Yxy78.61010.37750.5054
Hunter Lab88.6623-36.932849.8869
CIE-Lab91.0576-35.599774.3927

#ccf548 color RGB value is (204,245,72).

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

The process color (four color CMYK) of #ccf548 color hex is 0.17, 0.00, 0.71, 0.04. Web safe color of #ccf548 is #ccff33. Color #ccf548 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110101 01001000
Octal 314 365 110
Decimal 204 245 72
Hex CC F5 48

RGB Percentages of Color #ccf548

%39.16
%47.02
%13.82

CMYK Percentages of Color #ccf548

%17
%0
%71
%4

Triadic Colors of #ccf548

#ccf548 #48ccf5 #f548cc

Analogous Colors of #ccf548

#ccf548 #76f548 #f5c848

Monochromatic Colors of #ccf548

#ccf548

Complementary Color

#ccf548 #7148f5

#ccf548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf548 Color CSS Codes

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

#ccf548 Text Font Color

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

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


#ccf548 Background Color

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

This div background color is #ccf548


#ccf548 Border Color

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

This div border color is #ccf548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf548


Comments

No comments written yet.

Please login to write comment.