Color Hex Logo

#cef712 Color Hex

#CEF712
(206,247,18)
0 Favorites   0 Comments

Color spaces of #cef712

RGB 20624718
HSL0.200.930.52
HSV71°93°97°
CMYK 0.170.000.93   0.03
XYZ58.823579.687012.8531
Yxy79.68700.38860.5265
Hunter Lab89.2676-38.594453.9505
CIE-Lab91.5442-37.456787.3113

#cef712 color RGB value is (206,247,18).

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

The process color (four color CMYK) of #cef712 color hex is 0.17, 0.00, 0.93, 0.03. Web safe color of #cef712 is #ccff00. Color #cef712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11110111 00010010
Octal 316 367 22
Decimal 206 247 18
Hex CE F7 12

RGB Percentages of Color #cef712

%43.74
%52.44
%3.82

CMYK Percentages of Color #cef712

%17
%0
%93
%3

Triadic Colors of #cef712

#cef712 #12cef7 #f712ce

Analogous Colors of #cef712

#cef712 #5cf712 #f7ae12

Monochromatic Colors of #cef712

#cef712

Complementary Color

#cef712 #3b12f7

#cef712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cef712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cef712 Color CSS Codes

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

#cef712 Text Font Color

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

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


#cef712 Background Color

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

This div background color is #cef712


#cef712 Border Color

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

This div border color is #cef712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cef712


Comments

No comments written yet.

Please login to write comment.