Color Hex Logo

#cfebbe Color Hex

#CFEBBE
(207,235,190)
0 Favorites   0 Comments

Color spaces of #cfebbe

RGB 207235190
HSL0.270.530.83
HSV97°19°92°
CMYK 0.120.000.19   0.08
XYZ64.734776.399860.0499
Yxy76.39980.32180.3798
Hunter Lab87.4070-20.762920.4518
CIE-Lab90.0446-17.173218.8217

#cfebbe color RGB value is (207,235,190).

#cfebbe hex color red value is 207, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cfebbe hue: 0.27 , saturation: 0.53 and the lightness value of cfebbe is 0.83.

The process color (four color CMYK) of #cfebbe color hex is 0.12, 0.00, 0.19, 0.08. Web safe color of #cfebbe is #ccffcc. Color #cfebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101011 10111110
Octal 317 353 276
Decimal 207 235 190
Hex CF EB BE

RGB Percentages of Color #cfebbe

%32.75
%37.18
%30.06

CMYK Percentages of Color #cfebbe

%12
%0
%19
%8

Triadic Colors of #cfebbe

#cfebbe #becfeb #ebbecf

Analogous Colors of #cfebbe

#cfebbe #beebc4 #e6ebbe

Monochromatic Colors of #cfebbe

#cfebbe

Complementary Color

#cfebbe #dabeeb

#cfebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfebbe Color CSS Codes

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

#cfebbe Text Font Color

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

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


#cfebbe Background Color

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

This div background color is #cfebbe


#cfebbe Border Color

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

This div border color is #cfebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfebbe


Comments

No comments written yet.

Please login to write comment.