Color Hex Logo

#cfe994 Color Hex

#CFE994
(207,233,148)
0 Favorites   0 Comments

Color spaces of #cfe994

RGB 207233148
HSL0.220.660.75
HSV78°36°91°
CMYK 0.110.000.36   0.09
XYZ60.216373.681339.0652
Yxy73.68130.34810.4260
Hunter Lab85.8378-24.996233.1033
CIE-Lab88.7716-22.169138.5257

#cfe994 color RGB value is (207,233,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 10010100
Octal 317 351 224
Decimal 207 233 148
Hex CF E9 94

RGB Percentages of Color #cfe994

%35.20
%39.63
%25.17

CMYK Percentages of Color #cfe994

%11
%0
%36
%9

Triadic Colors of #cfe994

#cfe994 #94cfe9 #e994cf

Analogous Colors of #cfe994

#cfe994 #a5e994 #e9d994

Monochromatic Colors of #cfe994

#cfe994

Complementary Color

#cfe994 #ae94e9

#cfe994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe994 Color CSS Codes

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

#cfe994 Text Font Color

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

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


#cfe994 Background Color

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

This div background color is #cfe994


#cfe994 Border Color

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

This div border color is #cfe994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe994


Comments

No comments written yet.

Please login to write comment.