Color Hex Logo

#cee714 Color Hex

#CEE714
(206,231,20)
0 Favorites   0 Comments

Color spaces of #cee714

RGB 20623120
HSL0.190.840.49
HSV67°91°91°
CMYK 0.110.000.91   0.09
XYZ54.155870.324111.3814
Yxy70.32410.39860.5176
Hunter Lab83.8595-31.480150.6548
CIE-Lab87.1556-30.122483.6419

#cee714 color RGB value is (206,231,20).

#cee714 hex color red value is 206, green value is 231 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cee714 hue: 0.19 , saturation: 0.84 and the lightness value of cee714 is 0.49.

The process color (four color CMYK) of #cee714 color hex is 0.11, 0.00, 0.91, 0.09. Web safe color of #cee714 is #ccff00. Color #cee714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100111 00010100
Octal 316 347 24
Decimal 206 231 20
Hex CE E7 14

RGB Percentages of Color #cee714

%45.08
%50.55
%4.38

CMYK Percentages of Color #cee714

%11
%0
%91
%9

Triadic Colors of #cee714

#cee714 #14cee7 #e714ce

Analogous Colors of #cee714

#cee714 #65e714 #e79714

Monochromatic Colors of #cee714

#cee714

Complementary Color

#cee714 #2d14e7

#cee714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee714 Color CSS Codes

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

#cee714 Text Font Color

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

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


#cee714 Background Color

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

This div background color is #cee714


#cee714 Border Color

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

This div border color is #cee714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee714


Comments

No comments written yet.

Please login to write comment.