Color Hex Logo

#cfe47d Color Hex

#CFE47D
(207,228,125)
0 Favorites   0 Comments

Color spaces of #cfe47d

RGB 207228125
HSL0.200.660.69
HSV72°45°89°
CMYK 0.090.000.45   0.11
XYZ57.177270.232929.9448
Yxy70.23290.36340.4463
Hunter Lab83.8051-24.874737.4784
CIE-Lab87.1110-22.360547.7155

#cfe47d color RGB value is (207,228,125).

#cfe47d hex color red value is 207, green value is 228 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cfe47d hue: 0.20 , saturation: 0.66 and the lightness value of cfe47d is 0.69.

The process color (four color CMYK) of #cfe47d color hex is 0.09, 0.00, 0.45, 0.11. Web safe color of #cfe47d is #cccc66. Color #cfe47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100100 01111101
Octal 317 344 175
Decimal 207 228 125
Hex CF E4 7D

RGB Percentages of Color #cfe47d

%36.96
%40.71
%22.32

CMYK Percentages of Color #cfe47d

%9
%0
%45
%11

Triadic Colors of #cfe47d

#cfe47d #7dcfe4 #e47dcf

Analogous Colors of #cfe47d

#cfe47d #9ce47d #e4c67d

Monochromatic Colors of #cfe47d

#cfe47d

Complementary Color

#cfe47d #927de4

#cfe47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe47d Color CSS Codes

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

#cfe47d Text Font Color

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

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


#cfe47d Background Color

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

This div background color is #cfe47d


#cfe47d Border Color

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

This div border color is #cfe47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe47d


Comments

No comments written yet.

Please login to write comment.