Color Hex Logo

#cee13d Color Hex

#CEE13D
(206,225,61)
0 Favorites   0 Comments

Color spaces of #cee13d

RGB 20622561
HSL0.190.730.56
HSV67°73°88°
CMYK 0.080.000.73   0.12
XYZ53.221167.309214.6018
Yxy67.30920.39380.4981
Hunter Lab82.0422-27.780146.8771
CIE-Lab85.6599-26.074072.9042

#cee13d color RGB value is (206,225,61).

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

The process color (four color CMYK) of #cee13d color hex is 0.08, 0.00, 0.73, 0.12. Web safe color of #cee13d is #cccc33. Color #cee13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 00111101
Octal 316 341 75
Decimal 206 225 61
Hex CE E1 3D

RGB Percentages of Color #cee13d

%41.87
%45.73
%12.40

CMYK Percentages of Color #cee13d

%8
%0
%73
%12

Triadic Colors of #cee13d

#cee13d #3dcee1 #e13dce

Analogous Colors of #cee13d

#cee13d #7ce13d #e1a23d

Monochromatic Colors of #cee13d

#cee13d

Complementary Color

#cee13d #503de1

#cee13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee13d Color CSS Codes

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

#cee13d Text Font Color

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

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


#cee13d Background Color

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

This div background color is #cee13d


#cee13d Border Color

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

This div border color is #cee13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee13d


Comments

No comments written yet.

Please login to write comment.