Color Hex Logo

#cef941 Color Hex

#CEF941
(206,249,65)
0 Favorites   0 Comments

Color spaces of #cef941

RGB 20624965
HSL0.210.940.62
HSV74°74°98°
CMYK 0.170.000.74   0.02
XYZ60.283481.254817.5075
Yxy81.25480.37900.5109
Hunter Lab90.1414-38.373151.5836
CIE-Lab92.2450-36.980877.8737

#cef941 color RGB value is (206,249,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01000001
Octal 316 371 101
Decimal 206 249 65
Hex CE F9 41

RGB Percentages of Color #cef941

%39.62
%47.88
%12.50

CMYK Percentages of Color #cef941

%17
%0
%74
%2

Triadic Colors of #cef941

#cef941 #41cef9 #f941ce

Analogous Colors of #cef941

#cef941 #72f941 #f9c841

Monochromatic Colors of #cef941

#cef941

Complementary Color

#cef941 #6c41f9

#cef941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef941 Color CSS Codes

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

#cef941 Text Font Color

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

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


#cef941 Background Color

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

This div background color is #cef941


#cef941 Border Color

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

This div border color is #cef941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef941


Comments

No comments written yet.

Please login to write comment.