Color Hex Logo

#cffbe5 Color Hex

#CFFBE5
(207,251,229)
0 Favorites   0 Comments

Color spaces of #cffbe5

RGB 207251229
HSL0.420.850.90
HSV150°18°98°
CMYK 0.180.000.09   0.02
XYZ74.372287.916987.1786
Yxy87.91690.29810.3524
Hunter Lab93.7640-22.503510.5090
CIE-Lab95.1259-18.24605.8816

#cffbe5 color RGB value is (207,251,229).

#cffbe5 hex color red value is 207, green value is 251 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #cffbe5 hue: 0.42 , saturation: 0.85 and the lightness value of cffbe5 is 0.90.

The process color (four color CMYK) of #cffbe5 color hex is 0.18, 0.00, 0.09, 0.02. Web safe color of #cffbe5 is #ccffcc. Color #cffbe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 11100101
Octal 317 373 345
Decimal 207 251 229
Hex CF FB E5

RGB Percentages of Color #cffbe5

%30.13
%36.54
%33.33

CMYK Percentages of Color #cffbe5

%18
%0
%9
%2

Triadic Colors of #cffbe5

#cffbe5 #e5cffb #fbe5cf

Analogous Colors of #cffbe5

#cffbe5 #cffbfb #cffbcf

Monochromatic Colors of #cffbe5

#cffbe5

Complementary Color

#cffbe5 #fbcfe5

#cffbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffbe5 Color CSS Codes

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

#cffbe5 Text Font Color

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

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


#cffbe5 Background Color

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

This div background color is #cffbe5


#cffbe5 Border Color

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

This div border color is #cffbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffbe5


Comments

No comments written yet.

Please login to write comment.