Color Hex Logo

#ccf118 Color Hex

#CCF118
(204,241,24)
0 Favorites   0 Comments

Color spaces of #ccf118

RGB 20424124
HSL0.200.890.52
HSV70°90°95°
CMYK 0.150.000.90   0.05
XYZ56.522075.813912.5187
Yxy75.81390.39020.5234
Hunter Lab87.0712-36.501852.4254
CIE-Lab89.7729-35.452785.1155

#ccf118 color RGB value is (204,241,24).

#ccf118 hex color red value is 204, green value is 241 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ccf118 hue: 0.20 , saturation: 0.89 and the lightness value of ccf118 is 0.52.

The process color (four color CMYK) of #ccf118 color hex is 0.15, 0.00, 0.90, 0.05. Web safe color of #ccf118 is #ccff00. Color #ccf118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 00011000
Octal 314 361 30
Decimal 204 241 24
Hex CC F1 18

RGB Percentages of Color #ccf118

%43.50
%51.39
%5.12

CMYK Percentages of Color #ccf118

%15
%0
%90
%5

Triadic Colors of #ccf118

#ccf118 #18ccf1 #f118cc

Analogous Colors of #ccf118

#ccf118 #60f118 #f1aa18

Monochromatic Colors of #ccf118

#ccf118

Complementary Color

#ccf118 #3d18f1

#ccf118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf118 Color CSS Codes

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

#ccf118 Text Font Color

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

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


#ccf118 Background Color

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

This div background color is #ccf118


#ccf118 Border Color

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

This div border color is #ccf118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf118


Comments

No comments written yet.

Please login to write comment.