Color Hex Logo

#cef731 Color Hex

#CEF731
(206,247,49)
0 Favorites   0 Comments

Color spaces of #cef731

RGB 20624749
HSL0.200.930.58
HSV72°80°97°
CMYK 0.170.000.80   0.03
XYZ59.268779.865115.1974
Yxy79.86510.38400.5175
Hunter Lab89.3673-38.010952.4745
CIE-Lab91.6243-36.729681.8143

#cef731 color RGB value is (206,247,49).

#cef731 hex color red value is 206, green value is 247 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #cef731 hue: 0.20 , saturation: 0.93 and the lightness value of cef731 is 0.58.

The process color (four color CMYK) of #cef731 color hex is 0.17, 0.00, 0.80, 0.03. Web safe color of #cef731 is #ccff33. Color #cef731 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 00110001
Octal 316 367 61
Decimal 206 247 49
Hex CE F7 31

RGB Percentages of Color #cef731

%41.04
%49.20
%9.76

CMYK Percentages of Color #cef731

%17
%0
%80
%3

Triadic Colors of #cef731

#cef731 #31cef7 #f731ce

Analogous Colors of #cef731

#cef731 #6bf731 #f7bd31

Monochromatic Colors of #cef731

#cef731

Complementary Color

#cef731 #5a31f7

#cef731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef731 Color CSS Codes

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

#cef731 Text Font Color

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

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


#cef731 Background Color

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

This div background color is #cef731


#cef731 Border Color

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

This div border color is #cef731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef731


Comments

No comments written yet.

Please login to write comment.