Color Hex Logo

#cee760 Color Hex

#CEE760
(206,231,96)
0 Favorites   0 Comments

Color spaces of #cee760

RGB 20623196
HSL0.200.740.64
HSV71°58°91°
CMYK 0.110.000.58   0.09
XYZ56.140871.118221.8346
Yxy71.11820.37650.4770
Hunter Lab84.3316-28.750243.6811
CIE-Lab87.5424-26.786061.4569

#cee760 color RGB value is (206,231,96).

#cee760 hex color red value is 206, green value is 231 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cee760 hue: 0.20 , saturation: 0.74 and the lightness value of cee760 is 0.64.

The process color (four color CMYK) of #cee760 color hex is 0.11, 0.00, 0.58, 0.09. Web safe color of #cee760 is #ccff66. Color #cee760 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 01100000
Octal 316 347 140
Decimal 206 231 96
Hex CE E7 60

RGB Percentages of Color #cee760

%38.65
%43.34
%18.01

CMYK Percentages of Color #cee760

%11
%0
%58
%9

Triadic Colors of #cee760

#cee760 #60cee7 #e760ce

Analogous Colors of #cee760

#cee760 #8be760 #e7bd60

Monochromatic Colors of #cee760

#cee760

Complementary Color

#cee760 #7960e7

#cee760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee760 Color CSS Codes

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

#cee760 Text Font Color

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

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


#cee760 Background Color

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

This div background color is #cee760


#cee760 Border Color

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

This div border color is #cee760


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,231,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cee760; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cee760;
  -webkit-box-shadow: 1px 1px 3px 2px #cee760;
  box-shadow:         1px 1px 3px 2px #cee760; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,231,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee760


Comments

No comments written yet.

Please login to write comment.