Color Hex Logo

#ccf18a Color Hex

#CCF18A
(204,241,138)
0 Favorites   0 Comments

Color spaces of #ccf18a

RGB 204241138
HSL0.230.790.74
HSV82°43°95°
CMYK 0.150.000.43   0.05
XYZ60.944677.582935.8076
Yxy77.58290.34960.4450
Hunter Lab88.0812-30.635337.5537
CIE-Lab90.5892-28.279245.7250

#ccf18a color RGB value is (204,241,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110001 10001010
Octal 314 361 212
Decimal 204 241 138
Hex CC F1 8A

RGB Percentages of Color #ccf18a

%34.99
%41.34
%23.67

CMYK Percentages of Color #ccf18a

%15
%0
%43
%5

Triadic Colors of #ccf18a

#ccf18a #8accf1 #f18acc

Analogous Colors of #ccf18a

#ccf18a #99f18a #f1e38a

Monochromatic Colors of #ccf18a

#ccf18a

Complementary Color

#ccf18a #af8af1

#ccf18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf18a Color CSS Codes

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

#ccf18a Text Font Color

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

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


#ccf18a Background Color

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

This div background color is #ccf18a


#ccf18a Border Color

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

This div border color is #ccf18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf18a


Comments

No comments written yet.

Please login to write comment.