Color Hex Logo

#cce474 Color Hex

#CCE474
(204,228,116)
0 Favorites   0 Comments

Color spaces of #cce474

RGB 204228116
HSL0.200.670.67
HSV73°49°89°
CMYK 0.110.000.49   0.11
XYZ55.797669.585127.0134
Yxy69.58510.36610.4566
Hunter Lab83.4177-26.583339.1923
CIE-Lab86.7930-24.412351.5579

#cce474 color RGB value is (204,228,116).

#cce474 hex color red value is 204, green value is 228 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cce474 hue: 0.20 , saturation: 0.67 and the lightness value of cce474 is 0.67.

The process color (four color CMYK) of #cce474 color hex is 0.11, 0.00, 0.49, 0.11. Web safe color of #cce474 is #cccc66. Color #cce474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 01110100
Octal 314 344 164
Decimal 204 228 116
Hex CC E4 74

RGB Percentages of Color #cce474

%37.23
%41.61
%21.17

CMYK Percentages of Color #cce474

%11
%0
%49
%11

Triadic Colors of #cce474

#cce474 #74cce4 #e474cc

Analogous Colors of #cce474

#cce474 #94e474 #e4c474

Monochromatic Colors of #cce474

#cce474

Complementary Color

#cce474 #8c74e4

#cce474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce474 Color CSS Codes

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

#cce474 Text Font Color

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

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


#cce474 Background Color

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

This div background color is #cce474


#cce474 Border Color

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

This div border color is #cce474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce474


Comments

No comments written yet.

Please login to write comment.