Color Hex Logo

#cee015 Color Hex

#CEE015
(206,224,21)
0 Favorites   0 Comments

Color spaces of #cee015

RGB 20622421
HSL0.180.830.48
HSV65°91°88°
CMYK 0.080.000.91   0.12
XYZ52.244666.487310.7892
Yxy66.48730.40340.5133
Hunter Lab81.5397-28.325049.2327
CIE-Lab85.2444-26.819282.0100

#cee015 color RGB value is (206,224,21).

#cee015 hex color red value is 206, green value is 224 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cee015 hue: 0.18 , saturation: 0.83 and the lightness value of cee015 is 0.48.

The process color (four color CMYK) of #cee015 color hex is 0.08, 0.00, 0.91, 0.12. Web safe color of #cee015 is #cccc00. Color #cee015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100000 00010101
Octal 316 340 25
Decimal 206 224 21
Hex CE E0 15

RGB Percentages of Color #cee015

%45.68
%49.67
%4.66

CMYK Percentages of Color #cee015

%8
%0
%91
%12

Triadic Colors of #cee015

#cee015 #15cee0 #e015ce

Analogous Colors of #cee015

#cee015 #69e015 #e08d15

Monochromatic Colors of #cee015

#cee015

Complementary Color

#cee015 #2715e0

#cee015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee015 Color CSS Codes

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

#cee015 Text Font Color

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

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


#cee015 Background Color

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

This div background color is #cee015


#cee015 Border Color

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

This div border color is #cee015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee015


Comments

No comments written yet.

Please login to write comment.