Color Hex Logo

#cce269 Color Hex

#CCE269
(204,226,105)
0 Favorites   0 Comments

Color spaces of #cce269

RGB 204226105
HSL0.200.680.65
HSV71°54°89°
CMYK 0.100.000.54   0.11
XYZ54.648068.250023.6579
Yxy68.25000.37290.4657
Hunter Lab82.6136-26.497940.8507
CIE-Lab86.1313-24.455555.8522

#cce269 color RGB value is (204,226,105).

#cce269 hex color red value is 204, green value is 226 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cce269 hue: 0.20 , saturation: 0.68 and the lightness value of cce269 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100010 01101001
Octal 314 342 151
Decimal 204 226 105
Hex CC E2 69

RGB Percentages of Color #cce269

%38.13
%42.24
%19.63

CMYK Percentages of Color #cce269

%10
%0
%54
%11

Triadic Colors of #cce269

#cce269 #69cce2 #e269cc

Analogous Colors of #cce269

#cce269 #90e269 #e2bc69

Monochromatic Colors of #cce269

#cce269

Complementary Color

#cce269 #7f69e2

#cce269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce269 Color CSS Codes

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

#cce269 Text Font Color

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

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


#cce269 Background Color

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

This div background color is #cce269


#cce269 Border Color

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

This div border color is #cce269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce269


Comments

No comments written yet.

Please login to write comment.