Color Hex Logo

#ccef82 Color Hex

#CCEF82
(204,239,130)
0 Favorites   0 Comments

Color spaces of #ccef82

RGB 204239130
HSL0.220.770.72
HSV79°46°94°
CMYK 0.150.000.46   0.06
XYZ59.797676.182132.6720
Yxy76.18210.35460.4517
Hunter Lab87.2824-30.452838.9039
CIE-Lab89.9438-28.219248.7655

#ccef82 color RGB value is (204,239,130).

#ccef82 hex color red value is 204, green value is 239 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ccef82 hue: 0.22 , saturation: 0.77 and the lightness value of ccef82 is 0.72.

The process color (four color CMYK) of #ccef82 color hex is 0.15, 0.00, 0.46, 0.06. Web safe color of #ccef82 is #ccff99. Color #ccef82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 10000010
Octal 314 357 202
Decimal 204 239 130
Hex CC EF 82

RGB Percentages of Color #ccef82

%35.60
%41.71
%22.69

CMYK Percentages of Color #ccef82

%15
%0
%46
%6

Triadic Colors of #ccef82

#ccef82 #82ccef #ef82cc

Analogous Colors of #ccef82

#ccef82 #96ef82 #efdc82

Monochromatic Colors of #ccef82

#ccef82

Complementary Color

#ccef82 #a582ef

#ccef82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccef82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccef82 Color CSS Codes

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

#ccef82 Text Font Color

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

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


#ccef82 Background Color

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

This div background color is #ccef82


#ccef82 Border Color

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

This div border color is #ccef82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccef82


Comments

No comments written yet.

Please login to write comment.