Color Hex Logo

#cfe512 Color Hex

#CFE512
(207,229,18)
0 Favorites   0 Comments

Color spaces of #cfe512

RGB 20722918
HSL0.180.850.48
HSV66°92°90°
CMYK 0.100.000.92   0.10
XYZ53.860669.347711.1190
Yxy69.34770.40100.5163
Hunter Lab83.2753-30.281950.3762
CIE-Lab86.6759-28.809683.5446

#cfe512 color RGB value is (207,229,18).

#cfe512 hex color red value is 207, green value is 229 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #cfe512 hue: 0.18 , saturation: 0.85 and the lightness value of cfe512 is 0.48.

The process color (four color CMYK) of #cfe512 color hex is 0.10, 0.00, 0.92, 0.10. Web safe color of #cfe512 is #cccc00. Color #cfe512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100101 00010010
Octal 317 345 22
Decimal 207 229 18
Hex CF E5 12

RGB Percentages of Color #cfe512

%45.59
%50.44
%3.96

CMYK Percentages of Color #cfe512

%10
%0
%92
%10

Triadic Colors of #cfe512

#cfe512 #12cfe5 #e512cf

Analogous Colors of #cfe512

#cfe512 #66e512 #e59212

Monochromatic Colors of #cfe512

#cfe512

Complementary Color

#cfe512 #2812e5

#cfe512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe512 Color CSS Codes

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

#cfe512 Text Font Color

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

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


#cfe512 Background Color

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

This div background color is #cfe512


#cfe512 Border Color

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

This div border color is #cfe512


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,229,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 #cfe512">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe512


Comments

No comments written yet.

Please login to write comment.