Color Hex Logo

#cffbe6 Color Hex

#CFFBE6
(207,251,230)
0 Favorites   0 Comments

Color spaces of #cffbe6

RGB 207251230
HSL0.420.850.90
HSV151°18°98°
CMYK 0.180.000.08   0.02
XYZ74.512287.972987.9162
Yxy87.97290.29760.3513
Hunter Lab93.7939-22.334410.0812
CIE-Lab95.1495-18.05885.4000

#cffbe6 color RGB value is (207,251,230).

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

The process color (four color CMYK) of #cffbe6 color hex is 0.18, 0.00, 0.08, 0.02. Web safe color of #cffbe6 is #ccffff. Color #cffbe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111011 11100110
Octal 317 373 346
Decimal 207 251 230
Hex CF FB E6

RGB Percentages of Color #cffbe6

%30.09
%36.48
%33.43

CMYK Percentages of Color #cffbe6

%18
%0
%8
%2

Triadic Colors of #cffbe6

#cffbe6 #e6cffb #fbe6cf

Analogous Colors of #cffbe6

#cffbe6 #cffafb #cffbd0

Monochromatic Colors of #cffbe6

#cffbe6

Complementary Color

#cffbe6 #fbcfe4

#cffbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffbe6 Color CSS Codes

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

#cffbe6 Text Font Color

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

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


#cffbe6 Background Color

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

This div background color is #cffbe6


#cffbe6 Border Color

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

This div border color is #cffbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffbe6


Comments

No comments written yet.

Please login to write comment.