Color Hex Logo

#cef946 Color Hex

#CEF946
(206,249,70)
0 Favorites   0 Comments

Color spaces of #cef946

RGB 20624970
HSL0.210.940.63
HSV74°72°98°
CMYK 0.170.000.72   0.02
XYZ60.434881.315418.3045
Yxy81.31540.37760.5080
Hunter Lab90.1751-38.176751.0873
CIE-Lab92.2719-36.737576.2942

#cef946 color RGB value is (206,249,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111001 01000110
Octal 316 371 106
Decimal 206 249 70
Hex CE F9 46

RGB Percentages of Color #cef946

%39.24
%47.43
%13.33

CMYK Percentages of Color #cef946

%17
%0
%72
%2

Triadic Colors of #cef946

#cef946 #46cef9 #f946ce

Analogous Colors of #cef946

#cef946 #75f946 #f9cb46

Monochromatic Colors of #cef946

#cef946

Complementary Color

#cef946 #7146f9

#cef946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef946 Color CSS Codes

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

#cef946 Text Font Color

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

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


#cef946 Background Color

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

This div background color is #cef946


#cef946 Border Color

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

This div border color is #cef946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef946


Comments

No comments written yet.

Please login to write comment.