Color Hex Logo

#cfe193 Color Hex

#CFE193
(207,225,147)
0 Favorites   0 Comments

Color spaces of #cfe193

RGB 207225147
HSL0.210.570.73
HSV74°35°88°
CMYK 0.080.000.35   0.12
XYZ57.923869.222437.9121
Yxy69.22240.35090.4194
Hunter Lab83.2000-21.328431.2231
CIE-Lab86.6141-18.389536.2180

#cfe193 color RGB value is (207,225,147).

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

The process color (four color CMYK) of #cfe193 color hex is 0.08, 0.00, 0.35, 0.12. Web safe color of #cfe193 is #cccc99. Color #cfe193 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10010011
Octal 317 341 223
Decimal 207 225 147
Hex CF E1 93

RGB Percentages of Color #cfe193

%35.75
%38.86
%25.39

CMYK Percentages of Color #cfe193

%8
%0
%35
%12

Triadic Colors of #cfe193

#cfe193 #93cfe1 #e193cf

Analogous Colors of #cfe193

#cfe193 #a8e193 #e1cc93

Monochromatic Colors of #cfe193

#cfe193

Complementary Color

#cfe193 #a593e1

#cfe193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe193 Color CSS Codes

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

#cfe193 Text Font Color

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

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


#cfe193 Background Color

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

This div background color is #cfe193


#cfe193 Border Color

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

This div border color is #cfe193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe193


Comments

No comments written yet.

Please login to write comment.