Color Hex Logo

#ccee5d Color Hex

#CCEE5D
(204,238,93)
0 Favorites   0 Comments

Color spaces of #ccee5d

RGB 20423893
HSL0.210.810.65
HSV74°61°93°
CMYK 0.140.000.61   0.07
XYZ57.452274.776821.7612
Yxy74.77680.37310.4856
Hunter Lab86.4736-32.735145.6111
CIE-Lab89.2883-31.070264.5985

#ccee5d color RGB value is (204,238,93).

#ccee5d hex color red value is 204, green value is 238 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ccee5d hue: 0.21 , saturation: 0.81 and the lightness value of ccee5d is 0.65.

The process color (four color CMYK) of #ccee5d color hex is 0.14, 0.00, 0.61, 0.07. Web safe color of #ccee5d is #ccff66. Color #ccee5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 01011101
Octal 314 356 135
Decimal 204 238 93
Hex CC EE 5D

RGB Percentages of Color #ccee5d

%38.13
%44.49
%17.38

CMYK Percentages of Color #ccee5d

%14
%0
%61
%7

Triadic Colors of #ccee5d

#ccee5d #5dccee #ee5dcc

Analogous Colors of #ccee5d

#ccee5d #84ee5d #eec85d

Monochromatic Colors of #ccee5d

#ccee5d

Complementary Color

#ccee5d #7f5dee

#ccee5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccee5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccee5d Color CSS Codes

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

#ccee5d Text Font Color

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

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


#ccee5d Background Color

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

This div background color is #ccee5d


#ccee5d Border Color

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

This div border color is #ccee5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccee5d


Comments

No comments written yet.

Please login to write comment.