Color Hex Logo

#cfe990 Color Hex

#CFE990
(207,233,144)
0 Favorites   0 Comments

Color spaces of #cfe990

RGB 207233144
HSL0.220.670.74
HSV78°38°91°
CMYK 0.110.000.38   0.09
XYZ59.905173.556837.4261
Yxy73.55680.35060.4304
Hunter Lab85.7653-25.411034.1628
CIE-Lab88.7126-22.655640.4400

#cfe990 color RGB value is (207,233,144).

#cfe990 hex color red value is 207, green value is 233 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfe990 hue: 0.22 , saturation: 0.67 and the lightness value of cfe990 is 0.74.

The process color (four color CMYK) of #cfe990 color hex is 0.11, 0.00, 0.38, 0.09. Web safe color of #cfe990 is #ccff99. Color #cfe990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 10010000
Octal 317 351 220
Decimal 207 233 144
Hex CF E9 90

RGB Percentages of Color #cfe990

%35.45
%39.90
%24.66

CMYK Percentages of Color #cfe990

%11
%0
%38
%9

Triadic Colors of #cfe990

#cfe990 #90cfe9 #e990cf

Analogous Colors of #cfe990

#cfe990 #a3e990 #e9d790

Monochromatic Colors of #cfe990

#cfe990

Complementary Color

#cfe990 #aa90e9

#cfe990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe990 Color CSS Codes

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

#cfe990 Text Font Color

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

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


#cfe990 Background Color

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

This div background color is #cfe990


#cfe990 Border Color

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

This div border color is #cfe990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe990


Comments

No comments written yet.

Please login to write comment.