Color Hex Logo

#cef940 Color Hex

#CEF940
(206,249,64)
0 Favorites   0 Comments

Color spaces of #cef940

RGB 20624964
HSL0.210.940.61
HSV74°74°98°
CMYK 0.170.000.74   0.02
XYZ60.254781.243317.3563
Yxy81.24330.37930.5114
Hunter Lab90.1351-38.410351.6777
CIE-Lab92.2398-37.027078.1789

#cef940 color RGB value is (206,249,64).

#cef940 hex color red value is 206, green value is 249 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cef940 hue: 0.21 , saturation: 0.94 and the lightness value of cef940 is 0.61.

The process color (four color CMYK) of #cef940 color hex is 0.17, 0.00, 0.74, 0.02. Web safe color of #cef940 is #ccff33. Color #cef940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01000000
Octal 316 371 100
Decimal 206 249 64
Hex CE F9 40

RGB Percentages of Color #cef940

%39.69
%47.98
%12.33

CMYK Percentages of Color #cef940

%17
%0
%74
%2

Triadic Colors of #cef940

#cef940 #40cef9 #f940ce

Analogous Colors of #cef940

#cef940 #72f940 #f9c840

Monochromatic Colors of #cef940

#cef940

Complementary Color

#cef940 #6b40f9

#cef940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef940 Color CSS Codes

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

#cef940 Text Font Color

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

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


#cef940 Background Color

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

This div background color is #cef940


#cef940 Border Color

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

This div border color is #cef940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef940


Comments

No comments written yet.

Please login to write comment.