Color Hex Logo

#cfe348 Color Hex

#CFE348
(207,227,72)
0 Favorites   0 Comments

Color spaces of #cfe348

RGB 20722772
HSL0.190.730.59
HSV68°68°89°
CMYK 0.090.000.68   0.11
XYZ54.370968.671416.5202
Yxy68.67140.38960.4920
Hunter Lab82.8682-27.903246.1880
CIE-Lab86.3411-26.063669.7786

#cfe348 color RGB value is (207,227,72).

#cfe348 hex color red value is 207, green value is 227 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cfe348 hue: 0.19 , saturation: 0.73 and the lightness value of cfe348 is 0.59.

The process color (four color CMYK) of #cfe348 color hex is 0.09, 0.00, 0.68, 0.11. Web safe color of #cfe348 is #cccc33. Color #cfe348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100011 01001000
Octal 317 343 110
Decimal 207 227 72
Hex CF E3 48

RGB Percentages of Color #cfe348

%40.91
%44.86
%14.23

CMYK Percentages of Color #cfe348

%9
%0
%68
%11

Triadic Colors of #cfe348

#cfe348 #48cfe3 #e348cf

Analogous Colors of #cfe348

#cfe348 #82e348 #e3aa48

Monochromatic Colors of #cfe348

#cfe348

Complementary Color

#cfe348 #5c48e3

#cfe348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe348 Color CSS Codes

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

#cfe348 Text Font Color

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

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


#cfe348 Background Color

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

This div background color is #cfe348


#cfe348 Border Color

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

This div border color is #cfe348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe348


Comments

No comments written yet.

Please login to write comment.