Color Hex Logo

#ccea65 Color Hex

#CCEA65
(204,234,101)
0 Favorites   0 Comments

Color spaces of #ccea65

RGB 204234101
HSL0.200.760.66
HSV74°57°92°
CMYK 0.130.000.57   0.08
XYZ56.673672.622623.3425
Yxy72.62260.37130.4758
Hunter Lab85.2189-30.424243.4130
CIE-Lab88.2674-28.588160.0719

#ccea65 color RGB value is (204,234,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 01100101
Octal 314 352 145
Decimal 204 234 101
Hex CC EA 65

RGB Percentages of Color #ccea65

%37.85
%43.41
%18.74

CMYK Percentages of Color #ccea65

%13
%0
%57
%8

Triadic Colors of #ccea65

#ccea65 #65ccea #ea65cc

Analogous Colors of #ccea65

#ccea65 #8aea65 #eac665

Monochromatic Colors of #ccea65

#ccea65

Complementary Color

#ccea65 #8365ea

#ccea65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccea65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccea65 Color CSS Codes

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

#ccea65 Text Font Color

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

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


#ccea65 Background Color

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

This div background color is #ccea65


#ccea65 Border Color

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

This div border color is #ccea65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccea65


Comments

No comments written yet.

Please login to write comment.