Color Hex Logo

#cfe143 Color Hex

#CFE143
(207,225,67)
0 Favorites   0 Comments

Color spaces of #cfe143

RGB 20722567
HSL0.190.720.57
HSV67°70°88°
CMYK 0.080.000.70   0.12
XYZ53.670567.521115.5143
Yxy67.52110.39260.4939
Hunter Lab82.1712-27.211646.3256
CIE-Lab85.7664-25.376670.9984

#cfe143 color RGB value is (207,225,67).

#cfe143 hex color red value is 207, green value is 225 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #cfe143 hue: 0.19 , saturation: 0.72 and the lightness value of cfe143 is 0.57.

The process color (four color CMYK) of #cfe143 color hex is 0.08, 0.00, 0.70, 0.12. Web safe color of #cfe143 is #cccc33. Color #cfe143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 01000011
Octal 317 341 103
Decimal 207 225 67
Hex CF E1 43

RGB Percentages of Color #cfe143

%41.48
%45.09
%13.43

CMYK Percentages of Color #cfe143

%8
%0
%70
%12

Triadic Colors of #cfe143

#cfe143 #43cfe1 #e143cf

Analogous Colors of #cfe143

#cfe143 #80e143 #e1a443

Monochromatic Colors of #cfe143

#cfe143

Complementary Color

#cfe143 #5543e1

#cfe143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe143 Color CSS Codes

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

#cfe143 Text Font Color

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

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


#cfe143 Background Color

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

This div background color is #cfe143


#cfe143 Border Color

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

This div border color is #cfe143


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,225,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe143


Comments

No comments written yet.

Please login to write comment.