Color Hex Logo

#cefb7f Color Hex

#CEFB7F
(206,251,127)
0 Favorites   0 Comments

Color spaces of #cefb7f

RGB 206251127
HSL0.230.940.74
HSV82°49°98°
CMYK 0.180.000.49   0.02
XYZ63.781583.648532.8628
Yxy83.64850.35380.4640
Hunter Lab91.4596-35.573042.7179
CIE-Lab93.2976-33.364554.2877

#cefb7f color RGB value is (206,251,127).

#cefb7f hex color red value is 206, green value is 251 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cefb7f hue: 0.23 , saturation: 0.94 and the lightness value of cefb7f is 0.74.

The process color (four color CMYK) of #cefb7f color hex is 0.18, 0.00, 0.49, 0.02. Web safe color of #cefb7f is #ccff66. Color #cefb7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 01111111
Octal 316 373 177
Decimal 206 251 127
Hex CE FB 7F

RGB Percentages of Color #cefb7f

%35.27
%42.98
%21.75

CMYK Percentages of Color #cefb7f

%18
%0
%49
%2

Triadic Colors of #cefb7f

#cefb7f #7fcefb #fb7fce

Analogous Colors of #cefb7f

#cefb7f #90fb7f #fbea7f

Monochromatic Colors of #cefb7f

#cefb7f

Complementary Color

#cefb7f #ac7ffb

#cefb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb7f Color CSS Codes

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

#cefb7f Text Font Color

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

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


#cefb7f Background Color

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

This div background color is #cefb7f


#cefb7f Border Color

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

This div border color is #cefb7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,251,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cefb7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cefb7f;
  -webkit-box-shadow: 1px 1px 3px 2px #cefb7f;
  box-shadow:         1px 1px 3px 2px #cefb7f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,251,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb7f


Comments

No comments written yet.

Please login to write comment.