Color Hex Logo

#ccee6b Color Hex

#CCEE6B
(204,238,107)
0 Favorites   0 Comments

Color spaces of #ccee6b

RGB 204238107
HSL0.210.790.68
HSV76°55°93°
CMYK 0.140.000.55   0.07
XYZ58.130275.048025.3318
Yxy75.04800.36670.4735
Hunter Lab86.6302-31.826843.3040
CIE-Lab89.4155-29.961658.7432

#ccee6b color RGB value is (204,238,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101110 01101011
Octal 314 356 153
Decimal 204 238 107
Hex CC EE 6B

RGB Percentages of Color #ccee6b

%37.16
%43.35
%19.49

CMYK Percentages of Color #ccee6b

%14
%0
%55
%7

Triadic Colors of #ccee6b

#ccee6b #6bccee #ee6bcc

Analogous Colors of #ccee6b

#ccee6b #8bee6b #eecf6b

Monochromatic Colors of #ccee6b

#ccee6b

Complementary Color

#ccee6b #8d6bee

#ccee6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccee6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccee6b Color CSS Codes

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

#ccee6b Text Font Color

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

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


#ccee6b Background Color

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

This div background color is #ccee6b


#ccee6b Border Color

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

This div border color is #ccee6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccee6b


Comments

No comments written yet.

Please login to write comment.