color codes Logo

#cceb69 color codes

#CCEB69
(204,235,105)
0 Favorites   0 Comments

Color spaces of #cceb69

RGB 204235105
HSL0.210.760.67
HSV74°55°92°
CMYK 0.130.000.55   0.08
XYZ57.160073.274024.4952
Yxy73.27400.36890.4730
Hunter Lab85.6002-30.606142.9538
CIE-Lab88.5782-28.727358.6690

#cceb69 color RGB value is (204,235,105).

#cceb69 hex color red value is 204, green value is 235 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cceb69 hue: 0.21 , saturation: 0.76 and the lightness value of cceb69 is 0.67.

The process color (four color CMYK) of #cceb69 color code is 0.13, 0.00, 0.55, 0.08. Web safe color of #cceb69 is #ccff66. Color #cceb69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 01101001
Octal 314 353 151
Decimal 204 235 105
Hex CC EB 69

RGB Percentages of Color #cceb69

%37.50
%43.20
%19.30

CMYK Percentages of Color #cceb69

%13
%0
%55
%8

Triadic Colors of #cceb69

#cceb69 #69cceb #eb69cc

Analogous Colors of #cceb69

#cceb69 #8beb69 #ebc969

Monochromatic Colors of #cceb69

#cceb69

Complementary Color

#cceb69 #8869eb

#cceb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb69 Color CSS Codes

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

#cceb69 Text Font Color

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

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


#cceb69 Background Color

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

This div background color is #cceb69


#cceb69 Border Color

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

This div border color is #cceb69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,235,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 #cceb69">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb69


Comments

No comments written yet.

Please login to write comment.