Color Hex Logo

#cfe192 Color Hex

#CFE192
(207,225,146)
0 Favorites   0 Comments

Color spaces of #cfe192

RGB 207225146
HSL0.200.570.73
HSV74°35°88°
CMYK 0.080.000.35   0.12
XYZ57.845669.191137.5006
Yxy69.19110.35160.4205
Hunter Lab83.1812-21.435231.4971
CIE-Lab86.5986-18.513736.7023

#cfe192 color RGB value is (207,225,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100001 10010010
Octal 317 341 222
Decimal 207 225 146
Hex CF E1 92

RGB Percentages of Color #cfe192

%35.81
%38.93
%25.26

CMYK Percentages of Color #cfe192

%8
%0
%35
%12

Triadic Colors of #cfe192

#cfe192 #92cfe1 #e192cf

Analogous Colors of #cfe192

#cfe192 #a8e192 #e1cc92

Monochromatic Colors of #cfe192

#cfe192

Complementary Color

#cfe192 #a492e1

#cfe192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe192 Color CSS Codes

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

#cfe192 Text Font Color

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

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


#cfe192 Background Color

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

This div background color is #cfe192


#cfe192 Border Color

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

This div border color is #cfe192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe192


Comments

No comments written yet.

Please login to write comment.