Color Hex Logo

#cfe383 Color Hex

#CFE383
(207,227,131)
0 Favorites   0 Comments

Color spaces of #cfe383

RGB 207227131
HSL0.200.630.70
HSV73°42°89°
CMYK 0.090.000.42   0.11
XYZ57.297969.842331.9337
Yxy69.84230.36020.4391
Hunter Lab83.5717-23.868535.8448
CIE-Lab86.9195-21.238344.5673

#cfe383 color RGB value is (207,227,131).

#cfe383 hex color red value is 207, green value is 227 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cfe383 hue: 0.20 , saturation: 0.63 and the lightness value of cfe383 is 0.70.

The process color (four color CMYK) of #cfe383 color hex is 0.09, 0.00, 0.42, 0.11. Web safe color of #cfe383 is #cccc99. Color #cfe383 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 10000011
Octal 317 343 203
Decimal 207 227 131
Hex CF E3 83

RGB Percentages of Color #cfe383

%36.64
%40.18
%23.19

CMYK Percentages of Color #cfe383

%9
%0
%42
%11

Triadic Colors of #cfe383

#cfe383 #83cfe3 #e383cf

Analogous Colors of #cfe383

#cfe383 #9fe383 #e3c783

Monochromatic Colors of #cfe383

#cfe383

Complementary Color

#cfe383 #9783e3

#cfe383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe383 Color CSS Codes

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

#cfe383 Text Font Color

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

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


#cfe383 Background Color

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

This div background color is #cfe383


#cfe383 Border Color

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

This div border color is #cfe383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe383


Comments

No comments written yet.

Please login to write comment.