Color Hex Logo

#ccf293 Color Hex

#CCF293
(204,242,147)
0 Favorites   0 Comments

Color spaces of #ccf293

RGB 204242147
HSL0.230.790.76
HSV84°39°95°
CMYK 0.160.000.39   0.05
XYZ61.920478.448239.4822
Yxy78.44820.34430.4362
Hunter Lab88.5710-30.209035.5700
CIE-Lab90.9840-27.692041.8363

#ccf293 color RGB value is (204,242,147).

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

The process color (four color CMYK) of #ccf293 color hex is 0.16, 0.00, 0.39, 0.05. Web safe color of #ccf293 is #ccff99. Color #ccf293 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11110010 10010011
Octal 314 362 223
Decimal 204 242 147
Hex CC F2 93

RGB Percentages of Color #ccf293

%34.40
%40.81
%24.79

CMYK Percentages of Color #ccf293

%16
%0
%39
%5

Triadic Colors of #ccf293

#ccf293 #93ccf2 #f293cc

Analogous Colors of #ccf293

#ccf293 #9df293 #f2e993

Monochromatic Colors of #ccf293

#ccf293

Complementary Color

#ccf293 #b993f2

#ccf293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccf293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccf293 Color CSS Codes

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

#ccf293 Text Font Color

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

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


#ccf293 Background Color

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

This div background color is #ccf293


#ccf293 Border Color

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

This div border color is #ccf293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccf293


Comments

No comments written yet.

Please login to write comment.