Color Hex Logo

#cefb90 Color Hex

#CEFB90
(206,251,144)
0 Favorites   0 Comments

Color spaces of #cefb90

RGB 206251144
HSL0.240.930.77
HSV85°43°98°
CMYK 0.180.000.43   0.02
XYZ64.984884.129839.1992
Yxy84.12980.34510.4468
Hunter Lab91.7223-34.047638.8669
CIE-Lab93.5068-31.530646.5276

#cefb90 color RGB value is (206,251,144).

#cefb90 hex color red value is 206, green value is 251 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cefb90 hue: 0.24 , saturation: 0.93 and the lightness value of cefb90 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11111011 10010000
Octal 316 373 220
Decimal 206 251 144
Hex CE FB 90

RGB Percentages of Color #cefb90

%34.28
%41.76
%23.96

CMYK Percentages of Color #cefb90

%18
%0
%43
%2

Triadic Colors of #cefb90

#cefb90 #90cefb #fb90ce

Analogous Colors of #cefb90

#cefb90 #99fb90 #fbf390

Monochromatic Colors of #cefb90

#cefb90

Complementary Color

#cefb90 #bd90fb

#cefb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cefb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cefb90 Color CSS Codes

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

#cefb90 Text Font Color

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

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


#cefb90 Background Color

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

This div background color is #cefb90


#cefb90 Border Color

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

This div border color is #cefb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cefb90

Related Colors


Comments

No comments written yet.

Please login to write comment.