Color Hex Logo

#ccf450 Color Hex

#CCF450
(204,244,80)
0 Favorites   0 Comments

Color spaces of #ccf450

RGB 20424480
HSL0.210.880.64
HSV75°67°96°
CMYK 0.160.000.67   0.04
XYZ58.700578.117919.5738
Yxy78.11790.37530.4995
Hunter Lab88.3843-36.121748.7385
CIE-Lab90.8337-34.691271.3200

#ccf450 color RGB value is (204,244,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110100 01010000
Octal 314 364 120
Decimal 204 244 80
Hex CC F4 50

RGB Percentages of Color #ccf450

%38.64
%46.21
%15.15

CMYK Percentages of Color #ccf450

%16
%0
%67
%4

Triadic Colors of #ccf450

#ccf450 #50ccf4 #f450cc

Analogous Colors of #ccf450

#ccf450 #7af450 #f4ca50

Monochromatic Colors of #ccf450

#ccf450

Complementary Color

#ccf450 #7850f4

#ccf450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf450 Color CSS Codes

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

#ccf450 Text Font Color

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

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


#ccf450 Background Color

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

This div background color is #ccf450


#ccf450 Border Color

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

This div border color is #ccf450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf450


Comments

No comments written yet.

Please login to write comment.