Color Hex Logo

#cefa83 Color Hex

#CEFA83
(206,250,131)
0 Favorites   0 Comments

Color spaces of #cefa83

RGB 206250131
HSL0.230.920.75
HSV82°48°98°
CMYK 0.180.000.48   0.02
XYZ63.735983.131734.1595
Yxy83.13170.35210.4592
Hunter Lab91.1766-34.780741.6105
CIE-Lab93.0721-32.496652.1571

#cefa83 color RGB value is (206,250,131).

#cefa83 hex color red value is 206, green value is 250 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #cefa83 hue: 0.23 , saturation: 0.92 and the lightness value of cefa83 is 0.75.

The process color (four color CMYK) of #cefa83 color hex is 0.18, 0.00, 0.48, 0.02. Web safe color of #cefa83 is #ccff99. Color #cefa83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111010 10000011
Octal 316 372 203
Decimal 206 250 131
Hex CE FA 83

RGB Percentages of Color #cefa83

%35.09
%42.59
%22.32

CMYK Percentages of Color #cefa83

%18
%0
%48
%2

Triadic Colors of #cefa83

#cefa83 #83cefa #fa83ce

Analogous Colors of #cefa83

#cefa83 #93fa83 #faeb83

Monochromatic Colors of #cefa83

#cefa83

Complementary Color

#cefa83 #af83fa

#cefa83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefa83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefa83 Color CSS Codes

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

#cefa83 Text Font Color

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

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


#cefa83 Background Color

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

This div background color is #cefa83


#cefa83 Border Color

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

This div border color is #cefa83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,250,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 #cefa83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefa83

Related Colors


Comments

No comments written yet.

Please login to write comment.