Color Hex Logo

#cfe223 Color Hex

#CFE223
(207,226,35)
0 Favorites   0 Comments

Color spaces of #cfe223

RGB 20722635
HSL0.180.770.51
HSV66°85°89°
CMYK 0.080.000.85   0.11
XYZ53.231967.779511.8672
Yxy67.77950.40060.5101
Hunter Lab82.3283-28.659949.0835
CIE-Lab85.8961-27.064380.1486

#cfe223 color RGB value is (207,226,35).

#cfe223 hex color red value is 207, green value is 226 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cfe223 hue: 0.18 , saturation: 0.77 and the lightness value of cfe223 is 0.51.

The process color (four color CMYK) of #cfe223 color hex is 0.08, 0.00, 0.85, 0.11. Web safe color of #cfe223 is #cccc33. Color #cfe223 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 00100011
Octal 317 342 43
Decimal 207 226 35
Hex CF E2 23

RGB Percentages of Color #cfe223

%44.23
%48.29
%7.48

CMYK Percentages of Color #cfe223

%8
%0
%85
%11

Triadic Colors of #cfe223

#cfe223 #23cfe2 #e223cf

Analogous Colors of #cfe223

#cfe223 #70e223 #e29623

Monochromatic Colors of #cfe223

#cfe223

Complementary Color

#cfe223 #3623e2

#cfe223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe223 Color CSS Codes

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

#cfe223 Text Font Color

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

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


#cfe223 Background Color

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

This div background color is #cfe223


#cfe223 Border Color

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

This div border color is #cfe223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe223


Comments

No comments written yet.

Please login to write comment.