Color Hex Logo

#cceb65 Color Hex

#CCEB65
(204,235,101)
0 Favorites   0 Comments

Color spaces of #cceb65

RGB 204235101
HSL0.210.770.66
HSV74°57°92°
CMYK 0.130.000.57   0.08
XYZ56.959173.193623.4376
Yxy73.19360.37090.4766
Hunter Lab85.5533-30.877643.6446
CIE-Lab88.5400-29.057460.3795

#cceb65 color RGB value is (204,235,101).

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

The process color (four color CMYK) of #cceb65 color hex is 0.13, 0.00, 0.57, 0.08. Web safe color of #cceb65 is #ccff66. Color #cceb65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 01100101
Octal 314 353 145
Decimal 204 235 101
Hex CC EB 65

RGB Percentages of Color #cceb65

%37.78
%43.52
%18.70

CMYK Percentages of Color #cceb65

%13
%0
%57
%8

Triadic Colors of #cceb65

#cceb65 #65cceb #eb65cc

Analogous Colors of #cceb65

#cceb65 #89eb65 #ebc765

Monochromatic Colors of #cceb65

#cceb65

Complementary Color

#cceb65 #8465eb

#cceb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb65 Color CSS Codes

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

#cceb65 Text Font Color

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

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


#cceb65 Background Color

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

This div background color is #cceb65


#cceb65 Border Color

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

This div border color is #cceb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb65


Comments

No comments written yet.

Please login to write comment.