Color Hex Logo

#cff995 Color Hex

#CFF995
(207,249,149)
0 Favorites   0 Comments

Color spaces of #cff995

RGB 207249149
HSL0.240.890.78
HSV85°40°98°
CMYK 0.170.000.40   0.02
XYZ65.032683.186741.0628
Yxy83.18670.34360.4395
Hunter Lab91.2067-32.337037.1514
CIE-Lab93.0961-29.652343.5995

#cff995 color RGB value is (207,249,149).

#cff995 hex color red value is 207, green value is 249 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cff995 hue: 0.24 , saturation: 0.89 and the lightness value of cff995 is 0.78.

The process color (four color CMYK) of #cff995 color hex is 0.17, 0.00, 0.40, 0.02. Web safe color of #cff995 is #ccff99. Color #cff995 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 10010101
Octal 317 371 225
Decimal 207 249 149
Hex CF F9 95

RGB Percentages of Color #cff995

%34.21
%41.16
%24.63

CMYK Percentages of Color #cff995

%17
%0
%40
%2

Triadic Colors of #cff995

#cff995 #95cff9 #f995cf

Analogous Colors of #cff995

#cff995 #9df995 #f9f195

Monochromatic Colors of #cff995

#cff995

Complementary Color

#cff995 #bf95f9

#cff995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff995 Color CSS Codes

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

#cff995 Text Font Color

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

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


#cff995 Background Color

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

This div background color is #cff995


#cff995 Border Color

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

This div border color is #cff995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff995


Comments

No comments written yet.

Please login to write comment.