Color Hex Logo

#cfe874 Color Hex

#CFE874
(207,232,116)
0 Favorites   0 Comments

Color spaces of #cfe874

RGB 207232116
HSL0.200.720.68
HSV73°50°91°
CMYK 0.110.000.50   0.09
XYZ57.741172.239627.4234
Yxy72.23960.36680.4589
Hunter Lab84.9939-27.474340.3657
CIE-Lab88.0838-25.170753.1508

#cfe874 color RGB value is (207,232,116).

#cfe874 hex color red value is 207, green value is 232 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cfe874 hue: 0.20 , saturation: 0.72 and the lightness value of cfe874 is 0.68.

The process color (four color CMYK) of #cfe874 color hex is 0.11, 0.00, 0.50, 0.09. Web safe color of #cfe874 is #ccff66. Color #cfe874 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101000 01110100
Octal 317 350 164
Decimal 207 232 116
Hex CF E8 74

RGB Percentages of Color #cfe874

%37.30
%41.80
%20.90

CMYK Percentages of Color #cfe874

%11
%0
%50
%9

Triadic Colors of #cfe874

#cfe874 #74cfe8 #e874cf

Analogous Colors of #cfe874

#cfe874 #95e874 #e8c774

Monochromatic Colors of #cfe874

#cfe874

Complementary Color

#cfe874 #8d74e8

#cfe874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe874 Color CSS Codes

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

#cfe874 Text Font Color

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

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


#cfe874 Background Color

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

This div background color is #cfe874


#cfe874 Border Color

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

This div border color is #cfe874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe874


Comments

No comments written yet.

Please login to write comment.