Color Hex Logo

#cee15b Color Hex

#CEE15B
(206,225,91)
0 Favorites   0 Comments

Color spaces of #cee15b

RGB 20622591
HSL0.190.690.62
HSV69°60°88°
CMYK 0.080.000.60   0.12
XYZ54.267167.727620.1101
Yxy67.72760.38190.4766
Hunter Lab82.2968-26.315243.1196
CIE-Lab85.8701-24.297661.7404

#cee15b color RGB value is (206,225,91).

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

The process color (four color CMYK) of #cee15b color hex is 0.08, 0.00, 0.60, 0.12. Web safe color of #cee15b is #cccc66. Color #cee15b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100001 01011011
Octal 316 341 133
Decimal 206 225 91
Hex CE E1 5B

RGB Percentages of Color #cee15b

%39.46
%43.10
%17.43

CMYK Percentages of Color #cee15b

%8
%0
%60
%12

Triadic Colors of #cee15b

#cee15b #5bcee1 #e15bce

Analogous Colors of #cee15b

#cee15b #8be15b #e1b15b

Monochromatic Colors of #cee15b

#cee15b

Complementary Color

#cee15b #6e5be1

#cee15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee15b Color CSS Codes

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

#cee15b Text Font Color

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

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


#cee15b Background Color

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

This div background color is #cee15b


#cee15b Border Color

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

This div border color is #cee15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee15b


Comments

No comments written yet.

Please login to write comment.