Color Hex Logo

#cee93d Color Hex

#CEE93D
(206,233,61)
0 Favorites   0 Comments

Color spaces of #cee93d

RGB 20623361
HSL0.190.800.58
HSV69°74°91°
CMYK 0.120.000.74   0.09
XYZ55.434871.736615.3397
Yxy71.73660.38900.5034
Hunter Lab84.6975-31.391748.5501
CIE-Lab87.8417-29.841874.9697

#cee93d color RGB value is (206,233,61).

#cee93d hex color red value is 206, green value is 233 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cee93d hue: 0.19 , saturation: 0.80 and the lightness value of cee93d is 0.58.

The process color (four color CMYK) of #cee93d color hex is 0.12, 0.00, 0.74, 0.09. Web safe color of #cee93d is #ccff33. Color #cee93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 00111101
Octal 316 351 75
Decimal 206 233 61
Hex CE E9 3D

RGB Percentages of Color #cee93d

%41.20
%46.60
%12.20

CMYK Percentages of Color #cee93d

%12
%0
%74
%9

Triadic Colors of #cee93d

#cee93d #3dcee9 #e93dce

Analogous Colors of #cee93d

#cee93d #78e93d #e9ae3d

Monochromatic Colors of #cee93d

#cee93d

Complementary Color

#cee93d #583de9

#cee93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee93d Color CSS Codes

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

#cee93d Text Font Color

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

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


#cee93d Background Color

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

This div background color is #cee93d


#cee93d Border Color

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

This div border color is #cee93d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee93d


Comments

No comments written yet.

Please login to write comment.